Skip to content

Commit

Permalink
Windows CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fardaniqbal committed Nov 4, 2024
1 parent 46497a3 commit 42f3be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
update: true
install: git mingw-w64-ucrt-x86_64-gcc
- if: ${{ runner.os == 'Windows' }}
run: pacman -S make
run: pacman -y -S make
- name: make
run: make clean && make -j
- name: make check
Expand Down

0 comments on commit 42f3be9

Please sign in to comment.