We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2834a77 commit 105ccb5Copy full SHA for 105ccb5
1 file changed
.github/workflows/build.yml
@@ -23,14 +23,14 @@ jobs:
23
runs-on: windows-latest
24
needs: checkout
25
steps:
26
- - name: Build
+ - name: Install & setup MSYS2 environment.
27
uses: msys2/setup-msys2@v2
28
-
29
with:
30
msystem: UCRT64
31
update: true
32
install: git mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-MinHook
33
+
+ - name: Build a new release with required UCRT64 packages.
34
shell: msys2 {0}
35
run: |
36
- git clone https://github.com/flarialmc/bootstrapper
+ which gcc
0 commit comments