mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
ci/prepare_environment: fail in case of error
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
39da9c9f17
commit
e6d5d64892
1 changed files with 2 additions and 0 deletions
2
.github/scripts/prepare_environment.sh
vendored
2
.github/scripts/prepare_environment.sh
vendored
|
@ -16,6 +16,8 @@
|
|||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
set -e
|
||||
|
||||
echo '::group::Install dependencies'
|
||||
sudo apt update -y
|
||||
sudo apt install -y git wget xz-utils
|
||||
|
|
Loading…
Reference in a new issue