From 779cbd3345d47ef09dd4c088ee07a762c4b1144c Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sun, 28 Jan 2024 00:24:38 +0800 Subject: [PATCH] =?UTF-8?q?core:=20=E4=BD=BF=E7=94=A8=E9=BB=98=E8=AE=A4=20?= =?UTF-8?q?shell=20=E8=BF=90=E8=A1=8C=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run_reinstall.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run_reinstall.yml b/.github/workflows/run_reinstall.yml index 97ea0f4..ece127f 100644 --- a/.github/workflows/run_reinstall.yml +++ b/.github/workflows/run_reinstall.yml @@ -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