Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dkm committed Nov 27, 2024
1 parent 82f10d5 commit 5cd42db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:
uses: actions/cache/restore@v4
with:
key: ce-tar-gcc-5
path: /usr/local/gcc-5.4.0
path: /usr/local/gcc-5.4.0/

- name: Download and install gcc5.4
if: ${{ steps.restore-gcc5.outputs.cache-hit != 'true' }}
Expand All @@ -316,8 +316,8 @@ jobs:
if: always() && steps.restore-gcc5.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
key: ${{ steps.restore-gcc5.outputs.cache-primary-key }}
path: /usr/local/gcc-5.4.0
key: ce-tar-gcc-5
path: /usr/local/gcc-5.4.0/

- name: Make Source Read-Only
run: chmod -R a-w ./*
Expand Down

0 comments on commit 5cd42db

Please sign in to comment.