Skip to content

Commit

Permalink
install toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
oschonrock committed Dec 17, 2024
1 parent eefb0a9 commit 98f4228
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:
msystem: ${{matrix.sys}}
update: true
pacboy: >-
toolchain
cmake
ninja
- name: Configure
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=debug
run: cmake -G Ninja -S . -B build -DCMAKE_BUILD_TYPE=debug

- name: Build
run: cmake --build build

0 comments on commit 98f4228

Please sign in to comment.