Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpoland authored Jul 27, 2024
1 parent 419a581 commit 392ba9f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,19 +116,9 @@ jobs:
fail-fast: false
matrix:
info:
- { os: "ubuntu-latest", target: "i686-unknown-linux-gnu", cross: true }
- { os: "ubuntu-latest", target: "x86_64-unknown-linux-musl", cross: false }
- { os: "ubuntu-latest", target: "i686-unknown-linux-musl", cross: true }
- { os: "windows-2019", target: "i686-pc-windows-msvc", cross: false }
- { os: "windows-2019", target: "x86_64-pc-windows-gnu", cross: false }
- { os: "ubuntu-latest", target: "x86_64-unknown-linux-gnu", cross: false, rust: "beta" }
- { os: "macos-12", target: "x86_64-apple-darwin", cross: false, rust: "beta" }
- { os: "windows-2019", target: "x86_64-pc-windows-msvc", cross: false, rust: "beta" }
- { os: "ubuntu-latest", target: "armv7-unknown-linux-gnueabihf", cross: true }
- { os: "ubuntu-latest", target: "arm-unknown-linux-gnueabihf", cross: true }
- { os: "ubuntu-latest", target: "powerpc64le-unknown-linux-gnu", cross: true }
- { os: "ubuntu-latest", target: "riscv64gc-unknown-linux-gnu", cross: true }
- { os: "ubuntu-latest", target: "aarch64-linux-android", cross: true, cross-version: "git:cabfc3b02d1edec03869fabdabf6a7f8b0519160", no-default-features: true }
steps:
- name: Checkout repository
uses: actions/[email protected]
Expand Down

0 comments on commit 392ba9f

Please sign in to comment.