Skip to content

Commit f6f7f08

Browse files
committed
release: Update actions file.
1 parent 105ccb5 commit f6f7f08

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ jobs:
99
checkout:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Check
12+
- name: Check if a build should be released.
1313
uses: actions/checkout@v4
14+
15+
- name: Check
1416
env:
1517
GH_TOKEN: ${{ github.token }}
1618
shell: bash
@@ -23,14 +25,12 @@ jobs:
2325
runs-on: windows-latest
2426
needs: checkout
2527
steps:
26-
- name: Install & setup MSYS2 environment.
28+
- name: Build
2729
uses: msys2/setup-msys2@v2
2830
with:
2931
msystem: UCRT64
3032
update: true
3133
install: git mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-MinHook
32-
33-
- name: Build a new release with required UCRT64 packages.
3434
shell: msys2 {0}
3535
run: |
3636
which gcc

0 commit comments

Comments
 (0)