Skip to content

Commit 5f46174

Browse files
authored
test non-static state variables in C code (#28)
* test non-static state variables in C code * fixes * bump * more fixes
1 parent b955799 commit 5f46174

File tree

5 files changed

+388
-248
lines changed

5 files changed

+388
-248
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
version: ${{ matrix.version }}
2424
arch: ${{ matrix.arch }}
25-
- uses: actions/cache@v1
25+
- uses: actions/cache@v4
2626
env:
2727
cache-name: cache-artifacts
2828
with:

0 commit comments

Comments
 (0)