Skip to content

Commit

Permalink
Removed linux action caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
Goubermouche authored Jan 3, 2024
1 parent 3c115a1 commit 1cc5f37
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ jobs:
echo "CC=clang" >> $GITHUB_ENV
echo "CXX=clang++" >> $GITHUB_ENV
- name: Cache Compilation Outputs
uses: actions/cache@v2
with:
path: |
output/**/bin/
output/**/obj/
key: ${{ runner.os }}-compilation-${{ hashFiles('**/*.cpp', '**/*.h') }}
restore-keys: |
${{ runner.os }}-compilation-
- name: Run Premake
run: premake5 gmake

Expand Down

0 comments on commit 1cc5f37

Please sign in to comment.