Skip to content

Commit

Permalink
Merge pull request #1522 from messense/stable
Browse files Browse the repository at this point in the history
Switch back to stable toolchain in tests
  • Loading branch information
messense authored Mar 11, 2023
2 parents 639ee3e + c14dc0c commit c64ee52
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
run: pip install cffi
- name: Install python packages
run: pip install virtualenv ziglang~=0.10.0 twine uniffi-bindgen==0.23.0
- uses: dtolnay/rust-toolchain@beta
- uses: dtolnay/rust-toolchain@stable
id: rustup
with:
targets: wasm32-wasi # Additional target
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
container: quay.io/pypa/${{ matrix.manylinux }}_x86_64
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@beta
- uses: dtolnay/rust-toolchain@stable
id: rustup
# Caching
- name: Cache cargo build
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
container: ghcr.io/messense/manylinux2014-cross:aarch64
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@beta
- uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.platform.target }}
- name: Build wheels
Expand Down Expand Up @@ -436,7 +436,7 @@ jobs:
- 'setup.py'
- 'MANIFEST.in'
- '.github/workflows/test.yml'
- uses: dtolnay/rust-toolchain@beta
- uses: dtolnay/rust-toolchain@stable
if: ${{ steps.changes.outputs.changed == 'true' || contains(github.event.pull_request.labels.*.name, 'release') }}
# Caching
- name: Sccache Setup
Expand Down Expand Up @@ -486,7 +486,7 @@ jobs:
container: pyston/pyston:2.3.5
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@beta
- uses: dtolnay/rust-toolchain@stable
id: rustup
with:
targets: wasm32-wasi
Expand Down Expand Up @@ -522,7 +522,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y ${{ matrix.platform.apt-packages }}
- uses: dtolnay/rust-toolchain@beta
- uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.platform.target }}
- name: Cache cargo build
Expand Down

0 comments on commit c64ee52

Please sign in to comment.