forked from KolibriOS/kolibrios
fix: Checkoout only last commit
Some checks failed
Build system / Build system (push) Failing after 15s
Some checks failed
Build system / Build system (push) Failing after 15s
This commit is contained in:
parent
1e0da22bbe
commit
e0eab05f7c
@ -17,6 +17,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Setup dependencies
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user