Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
44b343e1
Commit
44b343e1
authored
Nov 30, 2023
by
Paul
Browse files
Version it and fix restore keys
parent
06708ed7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/ci.yaml
.github/workflows/ci.yaml
+2
-2
No files found.
.github/workflows/ci.yaml
View file @
44b343e1
...
...
@@ -179,8 +179,8 @@ jobs:
uses
:
actions/cache/restore@v3
with
:
path
:
cppcheck-cache
key
:
cppcheck-cache-${{ hashFiles('tools/cppcheck/rules.xml', 'tools/cppcheck/migraphx.py', 'CMakeLists.txt') }}-${{ github.ref }}
restore-keys
:
cppcheck-cache-${{ hashFiles('cppcheck
.
rules', 'CMakeLists.txt') }}-
key
:
cppcheck-cache-
1-
${{ hashFiles('tools/cppcheck/rules.xml', 'tools/cppcheck/migraphx.py', 'CMakeLists.txt') }}-${{ github.ref }}
restore-keys
:
cppcheck-cache-
1-
${{ hashFiles('
tools/
cppcheck
/
rules
.xml', 'tools/cppcheck/migraphx.py
', 'CMakeLists.txt') }}-
-
name
:
Cppcheck
shell
:
bash -c "docker run -i -v=$GITHUB_WORKSPACE:/data -w /data $DOCKER_IMAGE_UBUNTU:$DOCKER_TAG_UBUNTU bash < {0}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment