mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-01 22:25:17 +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
|
||||
runs-on: ubuntu-22.04
|
||||
container: debian:trixie
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
steps:
|
||||
- uses: benjlevesque/short-sha@v2.2
|
||||
id: short-sha
|
||||
|
|
Loading…
Add table
Reference in a new issue