core: 使用默认 shell 运行 actions

This commit is contained in:
bin456789 2024-01-28 00:24:38 +08:00
parent 85b1b1bd58
commit 779cbd3345
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

@ -21,8 +21,7 @@ jobs:
- run: |
git config --global core.autocrlf false
- uses: actions/checkout@v4
- shell: bash # https://github.com/actions/runner-images/issues/6668
run: |
- run: |
${{ matrix.command }} centos 7
${{ matrix.command }} alma-8
${{ matrix.command }} rocky 8
@ -45,6 +44,6 @@ jobs:
${{ matrix.command }} gentoo
# 测试失败例子
! ${{ matrix.command }} wrong-os
! ${{ matrix.command }} dd --img=https://github.com/
! ${{ matrix.command }} windows --iso=https://github.com/ --image-name=abc
# ${{ matrix.command }} wrong-os
# ${{ matrix.command }} dd --img=https://github.com/
# ${{ matrix.command }} windows --iso=https://github.com/ --image-name=abc