Skip to content

Commit

Permalink
Remove unnecessary changes in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstanceBeguier committed Aug 8, 2024
1 parent 552df1a commit 7ed444a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ jobs:
with:
beta-features: ${{ matrix.stage == 'beta' }}
nightly-features: ${{ matrix.stage == 'nightly' }}
- name: Update apt
run: sudo apt-get update
- name: Install cross-platform support dependencies
run: sudo apt-get install gcc-multilib
run: sudo apt install gcc-multilib
- run: rustup target add i686-unknown-linux-gnu
- name: Run tests
run: >
Expand Down

0 comments on commit 7ed444a

Please sign in to comment.