Skip to content

Commit

Permalink
Fix home env
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Jan 22, 2023
1 parent b3d46cc commit 93327d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
id: cache-ccache
uses: actions/cache@v3
with:
path: ${{ env.$HOME }}/.ccache
path: ${{ env.HOME }}/.ccache
key: ${{ runner.os }}-${{ matrix.compiler }}-ccache-${{ github.sha }}
restore-keys: ${{ runner.os }}-${{ matrix.compiler }}-ccache-
#- name: ccache dump config
Expand All @@ -106,7 +106,7 @@ jobs:
CXX: ${{ matrix.cxx }}
- name: build
env:
CCACHE_DIR: ${{ env.$HOME }}/.ccache
CCACHE_DIR: ${{ env.HOME }}/.ccache
run: cmake --build build --parallel 3 --verbose


Expand Down

0 comments on commit 93327d9

Please sign in to comment.