Skip to content

Commit

Permalink
install packages appropiately
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopedraza committed Jan 23, 2025
1 parent 5bb0582 commit c38e93e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/core-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,15 @@ jobs:

- name: Run tests
uses: msys2/setup-msys2@v2
with:
update: true
install: >-
diffutils
m4
make
mingw-w64-x86_64-gcc
- shell: msys2 {0}
run: |
pacman --noconfirm diffutils m4 make mingw-w64-x86_64-gcc
run:
cd core && make test

format:
Expand Down

0 comments on commit c38e93e

Please sign in to comment.