Skip to content

Commit b77cc29

Browse files
committed
release: Update actions file.
1 parent 34ed099 commit b77cc29

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ jobs:
99
checkout:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Check if a build should be released.
13-
uses: actions/checkout@v4
14-
1512
- name: Check
13+
uses: actions/checkout@v4
1614
env:
1715
GH_TOKEN: ${{ github.token }}
1816
shell: bash
@@ -25,14 +23,15 @@ jobs:
2523
runs-on: windows-latest
2624
needs: checkout
2725
steps:
28-
- name: Install & setup MSYS2 environment.
26+
- name: Build
27+
uses: actions/checkout@v4
2928
uses: msys2/setup-msys2@v2
29+
3030
with:
3131
msystem: UCRT64
3232
update: true
3333
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.
34+
3635
shell: msys2 {0}
3736
run: |
38-
which gcc
37+
dir

0 commit comments

Comments
 (0)