Skip to content

Commit

Permalink
Fixes v8build.yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tommie authored Dec 25, 2023
1 parent eadb099 commit dc02644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/v8build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.ccache
key: libv8:ccache:${{ matrix.os }}:${{ matrix.arch }}:${{ hashFiles('deps/v8_hash) }}:${{ runner.os }}
key: libv8:ccache:${{ matrix.os }}:${{ matrix.arch }}:${{ hashFiles('deps/v8_hash') }}:${{ runner.os }}
restore_keys: |
libv8:ccache:${{ matrix.os }}:${{ matrix.arch }}:
${{ runner.os }}:${{ matrix.os }}:${{ matrix.arch }}:libv8:ccache
Expand Down

0 comments on commit dc02644

Please sign in to comment.