From 639dc0ca6aae76a1e2e824f70d7567d36a15cbdf Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 21 Jun 2026 18:45:45 -0600 Subject: [PATCH] aes: use `intel-sde-install`'s default SDE version Avoids hardcoding the version, which makes it easier to update --- .github/workflows/aes.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/aes.yml b/.github/workflows/aes.yml index 2b05f3f0..e08c7187 100644 --- a/.github/workflows/aes.yml +++ b/.github/workflows/aes.yml @@ -16,7 +16,6 @@ defaults: env: CARGO_INCREMENTAL: 0 RUSTFLAGS: "-Dwarnings" - SDE_FULL_VERSION: "10.8.0-2026-03-15" # Cancels CI jobs when new commits are pushed to a PR branch concurrency: @@ -117,8 +116,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: RustCrypto/actions/intel-sde-install@master - with: - sde-full-version: ${{ env.SDE_FULL_VERSION }} + - uses: RustCrypto/actions/cargo-cache@master - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.rust }} @@ -152,8 +150,6 @@ jobs: steps: - uses: actions/checkout@v6 - uses: RustCrypto/actions/intel-sde-install@master - with: - sde-full-version: ${{ env.SDE_FULL_VERSION }} - uses: RustCrypto/actions/cargo-cache@master - uses: dtolnay/rust-toolchain@master with: