Skip to content

Commit 97215a9

Browse files
committed
Fix typo
1 parent d8182bd commit 97215a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup_optimizers_linux/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ runs:
4040
cache-name: cache-installers-linux
4141
with:
4242
path: ~/installers
43-
key: ${{ runner.os }}--${{ runner.arch }}-build-${{ env.cache-name }}-${{ hashFiles('optimizer_version.toml') }}
43+
key: ${{ runner.os }}-${{ runner.arch }}-build-${{ env.cache-name }}-${{ hashFiles('optimizer_version.toml') }}
4444
restore-keys: |
45-
${{ runner.os }}--${{ runner.arch }}-build-${{ env.cache-name }}-
45+
${{ runner.os }}-${{ runner.arch }}-build-${{ env.cache-name }}-
4646
4747
- if: ${{ (steps.cache-installers-linux.outputs.cache-hit != 'true') && (inputs.ARCH == 'X64') }}
4848
shell: bash

0 commit comments

Comments
 (0)