Skip to content

Commit

Permalink
[ci-precompile] fix aarch64-linux-musl cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Nov 14, 2022
1 parent a7e8173 commit 4666f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-precompile-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
id: cache-mix-compile
uses: actions/cache@v3
with:
key: precompile-${{ env.MIX_ENV }}-${{ runner.os }}-${{ matrix.arch }}-${{ hashFiles('cc_toolchain/**') }}-${{ hashFiles('c_src/**') }}-${{ hashFiles('CMakeLists.txt') }}-${{ hashFiles('Makefile') }}-${{ env.OPENCV_VER }}-${{ env.OTP_VERSION }}-${{ env.ELIXIR_VERSION }}-${{ env.ZIG_VERSION }}
key: precompile-${{ env.MIX_ENV }}-${{ runner.os }}-aarch64-linux-musl-${{ hashFiles('cc_toolchain/**') }}-${{ hashFiles('c_src/**') }}-${{ hashFiles('py_src/**') }}-${{ hashFiles('CMakeLists.txt') }}-${{ hashFiles('Makefile') }}-${{ env.OPENCV_VER }}-${{ env.OTP_VERSION }}-${{ env.ELIXIR_VERSION }}
path: |
./_build
./c_src/headers.txt
Expand Down

0 comments on commit 4666f54

Please sign in to comment.