Skip to content

Commit

Permalink
test mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar committed Feb 2, 2023
1 parent e7bf83f commit 38f126d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/raw_dylib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Update toolchain
run: rustup update --no-self-update nightly && rustup default nightly-${{ matrix.target }}

- name: Update mingw-w64 packages
run: pacman -S mingw-w64-i686-toolchain --noconfirm --noprogressbar

- name: Add toolchain target
run: rustup target add ${{ matrix.target }}

Expand Down

0 comments on commit 38f126d

Please sign in to comment.