mirror of https://github.com/WerWolv/ImHex.git
github: Fixed CI script syntax
This commit is contained in:
parent
06e0bb19a3
commit
903a4a9222
|
@ -62,8 +62,10 @@ jobs:
|
|||
|
||||
- name: ⬇️ Install dependencies
|
||||
uses: msys2/setup-msys2@v2
|
||||
run: |
|
||||
bash dist/get_deps_msys2.sh
|
||||
with:
|
||||
update: true
|
||||
install: |
|
||||
bash dist/get_deps_msys2.sh
|
||||
|
||||
- name: ✋ Build
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue