mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-02 06:35:18 +02:00
Actions: use Bash for container builds
This commit is contained in:
parent
32df80611c
commit
5d12f43f97
1 changed files with 3 additions and 0 deletions
3
.github/workflows/autobuild.yml
vendored
3
.github/workflows/autobuild.yml
vendored
|
@ -236,6 +236,9 @@ jobs:
|
||||||
name: Debian Trixie x86_64
|
name: Debian Trixie x86_64
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container: debian:trixie
|
container: debian:trixie
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
steps:
|
steps:
|
||||||
- uses: benjlevesque/short-sha@v2.2
|
- uses: benjlevesque/short-sha@v2.2
|
||||||
id: short-sha
|
id: short-sha
|
||||||
|
|
Loading…
Add table
Reference in a new issue