Skip to content

Commit

Permalink
Use pacboy
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki0824 committed Oct 14, 2023
1 parent bf8261f commit 75adf40
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,13 @@ jobs:
- uses: msys2/setup-msys2@v2
if: endsWith(matrix.toolchain, 'gnu')
with:
msystem: UCRT64
msystem: mingw64
update: true
install: git mingw-w64-ucrt-x86_64-clang mingw-w64-ucrt-x86_64-cmake ninja
pacboy: >-
git:
clang:p
cmake:p
ninja:
- uses: actions/checkout@v3
with:
submodules: recursive
Expand Down

0 comments on commit 75adf40

Please sign in to comment.