From 092f31833bf6da0410c3816aecf69c04a9048019 Mon Sep 17 00:00:00 2001 From: Yukiteru Date: Tue, 5 Nov 2024 13:01:18 +0800 Subject: [PATCH] chore(ci): do not use `apt` for self-hosted runners (#518) Signed-off-by: Yu Li --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 36a6fc0f..bff16815 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,8 +75,6 @@ jobs: toolchain: ${{matrix.rust}} - name: Run tests run: | - apt update - apt install -y libssl-dev bash scripts/clippy-and-test.sh test-linux-aarch64: @@ -93,8 +91,6 @@ jobs: toolchain: ${{matrix.rust}} - name: Run tests run: | - apt update - apt install -y libssl-dev bash scripts/clippy-and-test.sh test-macos: