Skip to content

Commit

Permalink
cache gcc builds on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Apr 29, 2024
1 parent eec8562 commit cdb5da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
id: cache-gcc
uses: actions/cache@v4
with:
path: "gcc-$GCC_VERSION/"
key: ${{ runner.os }}-gcc
path: "gcc-${GCC_VERSION}"
key: gcc

- name: "Build GCC from source"
if: steps.cache-gcc.outputs.cache-hit != 'true'
Expand Down

0 comments on commit cdb5da0

Please # to comment.