Skip to content

Commit

Permalink
Fix missing dependency of mingw-w64-cross-gcc on `mingw-w64-cross-g…
Browse files Browse the repository at this point in the history
…cc-stage1`
  • Loading branch information
Blackhex committed May 7, 2024
1 parent e4af7fb commit 4bb50a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ jobs:
[
mingw-w64-cross-headers,
mingw-w64-cross-binutils,
mingw-w64-cross-gcc-stage1,
mingw-w64-cross-windows-default-manifest,
mingw-w64-cross-crt,
mingw-w64-cross-winpthreads,
Expand Down Expand Up @@ -345,6 +346,11 @@ jobs:
with:
name: mingw-w64-cross-binutils

- name: Download mingw-w64-cross-gcc-stage1
uses: actions/download-artifact@v4
with:
name: mingw-w64-cross-gcc-stage1

- name: Download mingw-w64-cross-windows-default-manifest
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 4bb50a7

Please sign in to comment.