seperate nested cross commands

This commit is contained in:
Chance 2025-04-11 16:30:28 -04:00 committed by BitSyndicate
parent cb8ab0afe6
commit 00488d1791
2 changed files with 4 additions and 3 deletions

View file

@ -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:

View file

@ -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"
] ]