diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ed590bc0..ce5cafc98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: >