Skip to content

Commit 2a45e6f

Browse files
committed
CI: prevent Windows 2019 cache reuse on Windows 2022
1 parent 9106729 commit 2a45e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
# https://github.com/actions/runner-images/issues/5251#issuecomment-1071030822
6262
echo "prev_github_run_number=$(${{github.run_number}} - 1)" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
63-
echo "build_cache_prefix=_build-cache2-for-os-${{runner.os}}-otp-${{matrix.otp_vsn}}-rebar3-${{steps.setup-beam.outputs.rebar3-version}}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
63+
echo "build_cache_prefix=_build-cache2-for-os-${{runner.os}}B-otp-${{matrix.otp_vsn}}-rebar3-${{steps.setup-beam.outputs.rebar3-version}}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
6464
6565
- name: "Windows: set dynamic env (2)"
6666
if: ${{runner.os == 'Windows'}}

0 commit comments

Comments
 (0)