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 62b1fd4 commit 1a59ff4Copy full SHA for 1a59ff4
1 file changed
.github/workflows/build.yml
@@ -9,10 +9,10 @@ jobs:
9
checkout:
10
runs-on: ubuntu-latest
11
steps:
12
- - name: Check if a build should be released.
+ - name: Checkout the repository.
13
uses: actions/checkout@v4
14
15
- - name: Check
+ - name: Check if a build should be released.
16
env:
17
GH_TOKEN: ${{ github.token }}
18
shell: bash
@@ -31,6 +31,9 @@ jobs:
31
update: true
32
install: git mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-MinHook
33
34
+ - name: Checkout
35
+ uses: actions/checkout@v4
36
+
37
- name: Build a new release with required UCRT64 packages.
38
shell: msys2 {0}
39
run: |
0 commit comments