Skip to content

Commit

Permalink
Fix FreeBSD CI not exiting on error
Browse files Browse the repository at this point in the history
Fixes atomvm#1435

Signed-off-by: Peter M <[email protected]>
  • Loading branch information
petermm committed Jan 19, 2025
1 parent 8e4efd6 commit 3280441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-on-freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
copyback: false

prepare: |
pkg install -y curl cmake gperf erlang elixir mbedtls
pkg install -y curl cmake gperf erlang elixir rebar3 mbedtls
run: |
set -e
echo "%%"
echo "%% System Info"
echo "%%"
Expand Down

0 comments on commit 3280441

Please sign in to comment.