From 493bf53e5f7453708a98c5a1c43c79732daf4a20 Mon Sep 17 00:00:00 2001 From: Constance Beguier Date: Thu, 8 Aug 2024 11:27:42 +0200 Subject: [PATCH] Remove unnecessary changes in CI --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: >