Skip to content

Commit

Permalink
use UCRT64 instead of MINGW64 in msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Jan 23, 2024
1 parent 70f0927 commit 8f5f551
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Release Builds
on: push

env:
LLVM_VERSION: "17.0.6"
QT_VERSION: "6.6.1"
LLVM_VERSION: "17.0.6-ucrt64"
QT_VERSION: "6.6.1-ucrt64"
LIBSBML_VERSION: "development"
LIBEXPAT_VERSION: "R_2_5_0"
SYMENGINE_VERSION: "master"
Expand Down Expand Up @@ -130,9 +130,9 @@ jobs:
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
msystem: UCRT64
update: true
install: mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake mingw-w64-x86_64-python make m4 git diffutils flex bison
install: mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-python make m4 git diffutils flex bison
- name: Build script
run: ./build.sh
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8f5f551

Please sign in to comment.