Skip to content

Commit

Permalink
Add necessary tools msys action
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Jul 15, 2024
1 parent 24abe5b commit ac4aeae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ jobs:
uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.msys }}
install: >-
git
make
pacboy: >-
toolchain:p
cmake:p
ninja:p
- name: Configure CMake
if: ${{ !matrix.msys }}
shell: bash
Expand Down

0 comments on commit ac4aeae

Please sign in to comment.