CI: fix crossbuild matrix
Sorry, failed to notice that I broke this in the last PR. :(
This commit is contained in:
committed by
Nathaniel Filardo
parent
455cdd8c6d
commit
c39861f806
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user