From 5e8ee7f90bfa7b8e80e947655852882020a47946 Mon Sep 17 00:00:00 2001 From: Liangbin Lian Date: Wed, 8 Nov 2023 17:17:43 +0800 Subject: [PATCH] test 3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17337b4..2eb654c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: wget -O dl/${IB_NAME}.tar.xz ${IB_URL}${IB_NAME}.tar.xz wget -O dl/${MF_NAME} ${IB_URL}${MF_NAME} wget -O dl/sha256sums ${IB_URL}sha256sums - cd dl && sha256sum -c sha256sums + cd dl && sha256sum -c --ignore-missing --status sha256sums - name: Unpack IB run: |