We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d19ef commit ed15726Copy full SHA for ed15726
.github/workflows/build.yml
@@ -519,10 +519,10 @@ jobs:
519
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
520
- name: Install dependencies
521
run: sudo ./.github/workflows/posix-deps-apt.sh
522
- - name: Set up GCC-10 for ASAN
+ - name: Set up GCC-14 for ASAN
523
uses: egor-tensin/setup-gcc@a2861a8b8538f49cf2850980acccf6b05a1b2ae4 # v2.0
524
with:
525
- version: 10
+ version: 14
526
- name: Configure OpenSSL env vars
527
run: |
528
echo "MULTISSL_DIR=${GITHUB_WORKSPACE}/multissl" >> "$GITHUB_ENV"
0 commit comments