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 34ed099 commit b77cc29Copy full SHA for b77cc29
1 file changed
.github/workflows/build.yml
@@ -9,10 +9,8 @@ jobs:
9
checkout:
10
runs-on: ubuntu-latest
11
steps:
12
- - name: Check if a build should be released.
13
- uses: actions/checkout@v4
14
-
15
- name: Check
+ uses: actions/checkout@v4
16
env:
17
GH_TOKEN: ${{ github.token }}
18
shell: bash
@@ -25,14 +23,15 @@ jobs:
25
23
runs-on: windows-latest
26
24
needs: checkout
27
28
- - name: Install & setup MSYS2 environment.
+ - name: Build
29
uses: msys2/setup-msys2@v2
+
30
with:
31
msystem: UCRT64
32
update: true
33
install: git mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-MinHook
34
35
- - name: Build a new release with required UCRT64 packages.
36
shell: msys2 {0}
37
run: |
38
- which gcc
+ dir
0 commit comments