diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c4d1d5..0c8185b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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