We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9106729 commit 2a45e6fCopy full SHA for 2a45e6f
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
# https://github.com/actions/runner-images/issues/5251#issuecomment-1071030822
62
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
+ 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
64
65
- name: "Windows: set dynamic env (2)"
66
if: ${{runner.os == 'Windows'}}
0 commit comments