Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
yhmtsai committed Nov 7, 2024
1 parent e160a8f commit d68ec6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/msys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.msystem }}
install: git python base-devel cmake ninja
install: git python base-devel
pacboy: >-
toolchain:p
cmake:p
ninja:p
update: true
release: ${{ runner.arch != 'ARM64' }}
location: 'D:\M'
Expand Down

0 comments on commit d68ec6f

Please sign in to comment.