mirror of
https://github.com/bin456789/reinstall.git
synced 2025-01-18 20:39:14 +08:00
core: 使用默认 shell 运行 actions
This commit is contained in:
parent
85b1b1bd58
commit
779cbd3345
9
.github/workflows/run_reinstall.yml
vendored
9
.github/workflows/run_reinstall.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user