mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-01 14:15:16 +02:00
Actions: use Bash for container cross builds
This commit is contained in:
parent
3be7e1de42
commit
6327a9e543
1 changed files with 3 additions and 0 deletions
3
.github/workflows/autobuild.yml
vendored
3
.github/workflows/autobuild.yml
vendored
|
@ -291,6 +291,9 @@ jobs:
|
|||
name: Debian Trixie ${{matrix.arch_mkxpz}}
|
||||
runs-on: ubuntu-22.04
|
||||
container: debian:trixie
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
continue-on-error: ${{ matrix.experimental }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Add table
Reference in a new issue