Skip to content

Commit da13d0f

Browse files
committed
github: fix workflow x3
1 parent b98a641 commit da13d0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
17-
submodules: recursive
18-
fetch-depth: 0
17+
submodules: recursive
18+
fetch-depth: 0
1919

2020
- name: Install dependencies
2121
run: sudo apt update && sudo apt install -y build-essential nasm grub-pc-bin xorriso mtools genext2fs curl musl clang

0 commit comments

Comments
 (0)