We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105ccb5 commit f6f7f08Copy full SHA for f6f7f08
1 file changed
.github/workflows/build.yml
@@ -9,8 +9,10 @@ jobs:
9
checkout:
10
runs-on: ubuntu-latest
11
steps:
12
- - name: Check
+ - name: Check if a build should be released.
13
uses: actions/checkout@v4
14
+
15
+ - name: Check
16
env:
17
GH_TOKEN: ${{ github.token }}
18
shell: bash
@@ -23,14 +25,12 @@ jobs:
23
25
runs-on: windows-latest
24
26
needs: checkout
27
- - name: Install & setup MSYS2 environment.
28
+ - 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
-
- - name: Build a new release with required UCRT64 packages.
34
shell: msys2 {0}
35
run: |
36
which gcc
0 commit comments