Skip to content

Commit

Permalink
ci(esteem): Enable builds to fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jul 12, 2022
1 parent 878fa9e commit 9626835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/esteem-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Adapted from: https://github.com/BurntSushi/ripgrep/blob/master/.github/workflows/release.yml

name: Release
name: Release Esteem
on:
push:
tags:
Expand Down Expand Up @@ -53,6 +53,7 @@ jobs:
TARGET_DIR: ./target
RUST_BACKTRACE: 1
strategy:
fail-fast: false
matrix:
build: [linux, linux-arm, macos, win-msvc, win-gnu, win32-msvc]
include:
Expand Down
2 changes: 1 addition & 1 deletion ci/ubuntu-install-packages
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

sudo apt-get update
sudo apt-get install -y --no-install-recommends build-essential
sudo apt-get install -y --no-install-recommends build-essential gcc-arm-linux-gnueabihf

0 comments on commit 9626835

Please sign in to comment.