Skip to content

Commit

Permalink
Rust 1.56
Browse files Browse the repository at this point in the history
Using rustup update
  • Loading branch information
tmtenbrink committed Oct 25, 2021
1 parent 893bca9 commit 76606e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
with:
python-version: ${{ matrix.py-version }}

- name: Rust latest
run: rustup update

# The x86_64 Rust toolchain is installed on GitHub runners, but since we compile also for Apple Silicon, we also
# need the correct Rust toolchain.
- name: Rustup install aarch64 target
Expand Down Expand Up @@ -115,6 +118,9 @@ jobs:
with:
python-version: ${{ matrix.py-version }}

- name: Rust latest
run: rustup update

# Installing poetry requires a different command on Windows than on macOS/Linux
- name: Poetry
run: (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py -UseBasicParsing).Content | python -
Expand Down

0 comments on commit 76606e0

Please sign in to comment.