diff options
Diffstat (limited to 'ci')
-rw-r--r-- | ci/deps.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ci/deps.sh b/ci/deps.sh index 0334e873e..50680e604 100644 --- a/ci/deps.sh +++ b/ci/deps.sh @@ -1,11 +1,13 @@ # Some debug info echo "Running on $CI_RUNNER_ID ($CI_RUNNER_DESCRIPTION) with tags $CI_RUNNER_TAGS." -gcc -v + # Packages apt-get update -qq -apt-get install -y -qq 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 fasm + +gcc -v -which fasm +fasm -v export PATH=$(pwd)/bin:$PATH # Nimble deps |