Skip to content

Commit

Permalink
Try mingw without extra step
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan committed Mar 23, 2024
1 parent a8e6753 commit 5105968
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y libasound2-dev
- name: Build
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/windows-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ jobs:
runs-on: windows-latest

steps:
- name: Set up MinGW
uses: egor-tensin/[email protected]
with:
version: 12.2.0
platform: x64
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Rustup Toolchain
run: rustup toolchain install stable-x86_64-pc-windows-gnu
- name: Rustup Target
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Rustup Toolchain
run: rustup toolchain install stable-x86_64-pc-windows-msvc
- name: Rustup Target
Expand Down

0 comments on commit 5105968

Please sign in to comment.