mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 12:07:51 +00:00
CI: Install FASM via apt-get instead of manually.
This commit is contained in:
@@ -3,12 +3,8 @@ echo "Running on $CI_RUNNER_ID ($CI_RUNNER_DESCRIPTION) with tags $CI_RUNNER_TAG
|
||||
gcc -v
|
||||
# Packages
|
||||
apt-get update -qq
|
||||
apt-get install -y -qq libcurl4-openssl-dev libsdl1.2-dev libgc-dev nodejs
|
||||
# FASM
|
||||
wget http://nim-lang.org/download/fasm-1.71.39.tgz
|
||||
tar xvf fasm-1.71.39.tgz
|
||||
# PATH handling
|
||||
export PATH=$(pwd)/fasm:$PATH
|
||||
apt-get install -y -qq libcurl4-openssl-dev libsdl1.2-dev libgc-dev nodejs fasm
|
||||
|
||||
which fasm
|
||||
export PATH=$(pwd)/bin:$PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user