Skip to content

Commit 1a59ff4

Browse files
committed
release: Update actions file.
1 parent 62b1fd4 commit 1a59ff4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
checkout:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Check if a build should be released.
12+
- name: Checkout the repository.
1313
uses: actions/checkout@v4
1414

15-
- name: Check
15+
- name: Check if a build should be released.
1616
env:
1717
GH_TOKEN: ${{ github.token }}
1818
shell: bash
@@ -31,6 +31,9 @@ jobs:
3131
update: true
3232
install: git mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-MinHook
3333

34+
- name: Checkout
35+
uses: actions/checkout@v4
36+
3437
- name: Build a new release with required UCRT64 packages.
3538
shell: msys2 {0}
3639
run: |

0 commit comments

Comments
 (0)