diff --git a/.github/actions/target-x86_64-windows-msvc/action.yml b/.github/actions/target-x86_64-windows-msvc/action.yml index e92a5dd..748d0fa 100644 --- a/.github/actions/target-x86_64-windows-msvc/action.yml +++ b/.github/actions/target-x86_64-windows-msvc/action.yml @@ -6,7 +6,7 @@ runs: steps: - name: Install Clang shell: bash - run: sudo apt-get update && sudo apt-get install -y clang lld 7z + run: sudo apt-get update && sudo apt-get install -y clang lld 7zip - name: Set-up macOS cross-compilation shell: bash diff --git a/.github/workflows/build-cli.yml b/.github/workflows/build-cli.yml index fe85d99..1966239 100644 --- a/.github/workflows/build-cli.yml +++ b/.github/workflows/build-cli.yml @@ -8,6 +8,7 @@ env: jobs: build: strategy: + fail-fast: false matrix: include: - triple: 'x86_64-linux-gnu'