Skip to content

Commit 105ccb5

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

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
@@ -23,14 +23,14 @@ jobs:
2323
runs-on: windows-latest
2424
needs: checkout
2525
steps:
26-
- name: Build
26+
- name: Install & setup MSYS2 environment.
2727
uses: msys2/setup-msys2@v2
28-
2928
with:
3029
msystem: UCRT64
3130
update: true
3231
install: git mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-MinHook
33-
32+
33+
- name: Build a new release with required UCRT64 packages.
3434
shell: msys2 {0}
3535
run: |
36-
git clone https://github.com/flarialmc/bootstrapper
36+
which gcc

0 commit comments

Comments
 (0)