Skip to content

Commit

Permalink
Checking environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Oct 2, 2023
1 parent a65735c commit 49e80c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
pacboy: cmake:p gcc:p make:p pkg-config:p
pacboy: cmake:p gcc:p make:p pkgconf:p
- run: env | sort
- run: ./run.sh
- run: cd tests && mingw32-make && ./tests
python:
Expand Down

0 comments on commit 49e80c3

Please sign in to comment.