diff options
Diffstat (limited to 'ci/deps.sh')
-rw-r--r-- | ci/deps.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/deps.sh b/ci/deps.sh index 3385a213b..7471785a0 100644 --- a/ci/deps.sh +++ b/ci/deps.sh @@ -3,11 +3,10 @@ echo "Running on $CI_RUNNER_ID ($CI_RUNNER_DESCRIPTION) with tags $CI_RUNNER_TAG # Packages apt-get update -qq -apt-get install -y -qq build-essential git libcurl4-openssl-dev libsdl1.2-dev libgc-dev nodejs fasm +apt-get install -y -qq build-essential git libcurl4-openssl-dev libsdl1.2-dev libgc-dev nodejs gcc -v -fasm -v export PATH=$(pwd)/bin:$PATH # Nimble deps |