Skip to content

Commit

Permalink
ci: try musl->gnu.
Browse files Browse the repository at this point in the history
  • Loading branch information
teesloane committed Feb 11, 2022
1 parent 7e8dc47 commit 5d6e101
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,13 @@ jobs:
RUST_BACKTRACE: 1
strategy:
matrix:
build: [linux, linux-arm, macos]
build: [linux, macos]
include:
- build: linux
os: ubuntu-18.04
rust: nightly
asset_name: firn-linux-x86_64
target: x86_64-unknown-linux-musl
- build: linux-arm
os: ubuntu-18.04
rust: nightly
target: arm-unknown-linux-gnueabihf
asset_name: firn-linux-arm
target: x86_64-unknown-linux-gnu
- build: macos
os: macos-latest
rust: nightly
Expand Down

0 comments on commit 5d6e101

Please sign in to comment.