Skip to content

Commit

Permalink
CI: fix crossbuild matrix
Browse files Browse the repository at this point in the history
Sorry, failed to notice that I broke this in the last PR. :(
  • Loading branch information
nwf-msr committed Dec 14, 2022
1 parent 455cdd8 commit d7d9212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
host-os: ubuntu-latest
# Don't abort runners if a single one fails
fail-fast: false
runs-on: ${{matrix.host-os}}
runs-on: ${{matrix.arch.host-os}}
name: ${{matrix.build-type}} cross-build for ${{ matrix.arch.triple }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d7d9212

Please sign in to comment.