Skip to content

Commit

Permalink
Only build with Rust beta & nightly on one platform
Browse files Browse the repository at this point in the history
There's not much point using three Rust builds on all platforms.
  • Loading branch information
autarch committed Sep 2, 2024
1 parent 535eb14 commit 389abd0
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,19 @@ jobs:
name: precious-Darwin-aarch64.tar.gz
toolchain:
- stable
- beta
- nightly
include:
- platform:
os_name: Linux-x86_64
os: ubuntu-20.04
target: x86_64-unknown-linux-musl
bin: precious
toolchain: beta
- platform:
os_name: Linux-x86_64
os: ubuntu-20.04
target: x86_64-unknown-linux-musl
bin: precious
toolchain: nightly
steps:
- uses: actions/checkout@v4
- name: Cache cargo & target directories
Expand Down

0 comments on commit 389abd0

Please sign in to comment.