From dc026446f33962ba0fe7b099fc15707c8fff45e8 Mon Sep 17 00:00:00 2001 From: tommie Date: Mon, 25 Dec 2023 01:51:58 +0100 Subject: [PATCH] Fixes v8build.yml syntax --- .github/workflows/v8build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/v8build.yml b/.github/workflows/v8build.yml index e0f4b8c3..35f2c115 100644 --- a/.github/workflows/v8build.yml +++ b/.github/workflows/v8build.yml @@ -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