We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69fee6b commit bdf2ac1Copy full SHA for bdf2ac1
.github/workflows/package.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Update submodules
27
run: |
28
git submodule init
29
- git submodule update --remote
+ git submodule update
30
- name: Build linux
31
run: make
32
- name: Build windows
0 commit comments