Skip to content

Commit 7fdde55

Browse files
authored
Merge pull request #775 from jdemel/fix-non-x86-ci
ci: Fix run-on-arch hiccup
2 parents 8a0322d + 6f54af0 commit 7fdde55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- uses: actions/checkout@v4
116116
with:
117117
submodules: "recursive"
118-
- uses: uraimo/run-on-arch-action@v2.7.2
118+
- uses: uraimo/run-on-arch-action@v2
119119
name: Build in non-x86 container
120120
id: build
121121
with:

0 commit comments

Comments
 (0)