Skip to content

Commit

Permalink
Used MSYS instead of UCRT.
Browse files Browse the repository at this point in the history
UCRT does not define `__STDC_NO_THREADS__` even though it does not support threads.
  • Loading branch information
tfpf committed Sep 25, 2023
1 parent 41d8c30 commit 87b7b28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
msystem: MSYS
update: true
install: make mingw-w64-ucrt-x86_64-gcc
pacboy: cmake:p
install: cmake gcc make pkgconf
#pacboy: cmake:p
#pacboy: mingw-w64-ucrt-x86_64-gcc mingw-w64-x86_64-cmake mingw-w64-x86_64-make mingw-w64-x86_64-pkgconf python-devel
- uses: actions/checkout@v4
- run: ./run.sh
Expand Down

0 comments on commit 87b7b28

Please sign in to comment.