mirror of
https://github.com/red0124/ssp.git
synced 2025-12-15 22:29:55 +01:00
Update ci workflows
This commit is contained in:
3
.github/workflows/win-msys2-clang.yml
vendored
3
.github/workflows/win-msys2-clang.yml
vendored
@@ -51,12 +51,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: msys2/setup-msys2@v2
|
||||
|
||||
with:
|
||||
update: true
|
||||
msystem: ${{matrix.msystem}}
|
||||
install: ${{ matrix.install}}
|
||||
install: ${{matrix.install}}
|
||||
|
||||
- name: Install dependencies
|
||||
run: script/ci_install_deps.sh
|
||||
|
||||
Reference in New Issue
Block a user