From 0271669041f778f95e24a4b6d0798ccfb9a966c8 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 6 Jun 2021 20:30:34 -0700 Subject: [PATCH] Always return true. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01504c9..ccc2b71 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: - name: Decompress sdk run: | - zstd -d -r --rm ./sdk + zstd -d -r --rm ./sdk || true shell: cmd - name: Add conan remote @@ -117,7 +117,7 @@ jobs: - name: Decompress sdk run: | - zstd -d -r --rm ./sdk + zstd -d -r --rm ./sdk || true shell: bash - name: Add conan remote