Skip to content

Commit bdf2ac1

Browse files
Fix CI
Signed-off-by: Marek Maškarinec <[email protected]>
1 parent 69fee6b commit bdf2ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Update submodules
2727
run: |
2828
git submodule init
29-
git submodule update --remote
29+
git submodule update
3030
- name: Build linux
3131
run: make
3232
- name: Build windows

0 commit comments

Comments
 (0)