Skip to content

Commit

Permalink
Add MSYS toolchain package in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed Oct 15, 2024
1 parent 0d1881e commit dfbb7aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ jobs:
uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.msystem }}
pacboy: cmake:p egl-headers:p ninja:p
pacboy: >-
toolchain:p
egl-headers:p
cmake:p
ninja:p
- name: Configure CMake
if: ${{ ! matrix.msystem }}
Expand Down

0 comments on commit dfbb7aa

Please sign in to comment.