Fail builds on non-zero exit codes.

This commit is contained in:
Fabio Niephaus
2022-03-11 10:35:03 +01:00
committed by Fabio Niephaus
parent 77fd73038b
commit b3777a3c57
4 changed files with 19 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import * as core from '@actions/core'
import {GRAALVM_PLATFORM} from './constants'
import {exec} from '@actions/exec'
import {exec} from './utils'
const APT_GET_INSTALL_BASE = 'sudo apt-get -y --no-upgrade install'
const COMPONENT_TO_DEPS = new Map<string, Map<string, string>>([