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 d8182bd commit 97215a9Copy full SHA for 97215a9
.github/actions/setup_optimizers_linux/action.yml
@@ -40,9 +40,9 @@ runs:
40
cache-name: cache-installers-linux
41
with:
42
path: ~/installers
43
- key: ${{ runner.os }}--${{ runner.arch }}-build-${{ env.cache-name }}-${{ hashFiles('optimizer_version.toml') }}
+ key: ${{ runner.os }}-${{ runner.arch }}-build-${{ env.cache-name }}-${{ hashFiles('optimizer_version.toml') }}
44
restore-keys: |
45
- ${{ runner.os }}--${{ runner.arch }}-build-${{ env.cache-name }}-
+ ${{ runner.os }}-${{ runner.arch }}-build-${{ env.cache-name }}-
46
47
- if: ${{ (steps.cache-installers-linux.outputs.cache-hit != 'true') && (inputs.ARCH == 'X64') }}
48
shell: bash
0 commit comments