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,5 +1,5 @@
import {GRAALVM_PLATFORM} from './constants'
import {exec} from '@actions/exec'
import {exec} from './utils'
import {join} from 'path'
const BASE_FLAGS = ['--non-interactive', 'install', '--no-progress']