Skip to content

Commit

Permalink
added continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
njelich committed Mar 10, 2024
1 parent bd68a55 commit 7ef5d44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/darwin-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
- name: Install x86 Brew
run: arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
- name: Brew packages
continue-on-error: true
run: |
arch -x86_64 /usr/local/bin/brew update
arch -x86_64 /usr/local/bin/brew install gdb curl python llvm \
openjdk ca-certificates gnupg nodejs --overwrite 2> /dev/null
openjdk ca-certificates gnupg nodejs --overwrite
- name: Build
run: cargo build --all-features --verbose
- name: NPM packages
Expand Down

0 comments on commit 7ef5d44

Please sign in to comment.