Skip to content

Commit

Permalink
Experiment: build onefiledist using the (experimental) UCRT64 mingw-w…
Browse files Browse the repository at this point in the history
…64 environment
  • Loading branch information
jan.nijtmans committed Jul 21, 2021
1 parent c0577a2 commit 04c1e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/onefiledist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ jobs:
- name: Install MSYS2
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
install: git mingw-w64-x86_64-toolchain make zip
msystem: UCRT64
install: git mingw-w64-ucrt-x86_64-toolchain make zip
- name: Checkout
uses: actions/checkout@v2
- name: Prepare
Expand Down

0 comments on commit 04c1e49

Please sign in to comment.