seperate nested cross commands
This commit is contained in:
parent
2471d4df1b
commit
43bb40005f
2 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: Build ${{ matrix.target }}
|
||||
runs-on: codeberg-small
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[build]
|
||||
pre-build = [
|
||||
"dpkg --add-architecture $CROSS_DEB_ARCH",
|
||||
"apt-get update && apt-get --assume-yes install libwayland-dev:$CROSS_DEB_ARCH"
|
||||
# "dpkg --add-architecture $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