Skip to content

Commit

Permalink
Merge pull request #775 from jdemel/fix-non-x86-ci
Browse files Browse the repository at this point in the history
ci: Fix run-on-arch hiccup
  • Loading branch information
jdemel authored Oct 28, 2024
2 parents 8a0322d + 6f54af0 commit 7fdde55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: "recursive"
- uses: uraimo/run-on-arch-action@v2.7.2
- uses: uraimo/run-on-arch-action@v2
name: Build in non-x86 container
id: build
with:
Expand Down

0 comments on commit 7fdde55

Please sign in to comment.