Skip to content

Commit

Permalink
Drop unnecessary installs for arm64 from workflow
Browse files Browse the repository at this point in the history
libc-dev and Rust are already on the base image
  • Loading branch information
dzuelke authored May 30, 2024
1 parent 5901bd6 commit 439aff6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust and development libs (ARM64 only)
if: matrix.arch == 'arm64'
run: |
sudo apt-get update --error-on=any
sudo apt-get install -y --no-install-recommends libc6-dev
curl -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
echo "${HOME}/.cargo/bin" >> "${GITHUB_PATH}"
- name: Install musl-tools
run: sudo apt-get install musl-tools -y --no-install-recommends
- name: Update Rust toolchain
Expand Down

0 comments on commit 439aff6

Please sign in to comment.