Skip to content

Commit

Permalink
Fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed May 18, 2024
1 parent a8d3e81 commit abd84e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/target-x86_64-windows-msvc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
jobs:
build:
strategy:
fail-fast: false
matrix:
include:
- triple: 'x86_64-linux-gnu'
Expand Down

0 comments on commit abd84e6

Please sign in to comment.