seperate nested cross commands
This commit is contained in:
parent
cb8ab0afe6
commit
00488d1791
2 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build ${{ matrix.target }}
|
name: Build ${{ matrix.target }}
|
||||||
runs-on: codeberg-small
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[build]
|
[build]
|
||||||
pre-build = [
|
pre-build = [
|
||||||
"dpkg --add-architecture $CROSS_DEB_ARCH",
|
# "dpkg --add-architecture $CROSS_DEB_ARCH",
|
||||||
"apt-get update && apt-get --assume-yes install libwayland-dev:$CROSS_DEB_ARCH"
|
"apt-get update",
|
||||||
|
"apt-get --assume-yes install libwayland-dev:$CROSS_DEB_ARCH"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue