diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da19df666eb9b9..6915d63ea362d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -543,10 +543,6 @@ jobs: run: echo "::add-matcher::.github/problem-matchers/gcc.json" - name: Install dependencies run: sudo ./.github/workflows/posix-deps-apt.sh - - name: Set up GCC-10 for ASAN - uses: egor-tensin/setup-gcc@a2861a8b8538f49cf2850980acccf6b05a1b2ae4 # v2.0 - with: - version: 10 - name: Configure OpenSSL env vars run: | echo "MULTISSL_DIR=${GITHUB_WORKSPACE}/multissl" >> "$GITHUB_ENV"