We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d68d5 commit a921cb7Copy full SHA for a921cb7
.github/workflows/build_with_s2e.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: cache extlib
58
id: cache-extlib
59
- uses: actions/cache@v4.1.2
+ uses: actions/cache@v4.2.0
60
with:
61
key: extlib-${{ runner.os }}-${{ hashFiles('./s2e-core/ExtLibraries/**') }}
62
path: ./s2e-core/ExtLibraries
.github/workflows/pytest.yml
@@ -60,7 +60,7 @@ jobs:
- name: Cache C2A devtools
id: cache-c2a-devtools
63
64
65
path: |
66
./examples/mobc/tools/bin
0 commit comments