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
06708ed7
"vscode:/vscode.git/clone" did not exist on "2f166e9832290e32a959e26b7ce89771e7d1bb81"
Commit
06708ed7
authored
Nov 30, 2023
by
Paul
Browse files
Update hashing on the CI
parent
5b8c89d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/ci.yaml
.github/workflows/ci.yaml
+1
-1
No files found.
.github/workflows/ci.yaml
View file @
06708ed7
...
@@ -179,7 +179,7 @@ jobs:
...
@@ -179,7 +179,7 @@ jobs:
uses
:
actions/cache/restore@v3
uses
:
actions/cache/restore@v3
with
:
with
:
path
:
cppcheck-cache
path
:
cppcheck-cache
key
:
cppcheck-cache-${{ hashFiles('cppcheck
.
rules', 'CMakeLists.txt') }}-${{ github.ref }}
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') }}-
restore-keys
:
cppcheck-cache-${{ hashFiles('cppcheck.rules', 'CMakeLists.txt') }}-
-
name
:
Cppcheck
-
name
:
Cppcheck
...
...
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