Skip to content

Commit

Permalink
fixed build workflow (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedgefog authored Feb 9, 2021
1 parent ae4835e commit 169fbe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
mkdir downloads
wget https://www.amxmodx.org/amxxdrop/1.9/amxmodx-1.9.0-git5271-base-linux.tar.gz -P ./downloads
wget https://www.amxmodx.org/amxxdrop/1.9/amxmodx-1.9.0-git5271-cstrike-linux.tar.gz -P ./downloads
wget https://github.com/s1lentq/reapi/releases/download/5.19.0.210/reapi_5.19.0.205-dev.zip -P ./downloads
wget https://github.com/s1lentq/reapi/releases/download/5.19.0.211/reapi_5.19.0.211-dev.zip -P ./downloads
- name: Setup Build Variables
id: buildvars
uses: actions/github-script@v3
Expand All @@ -48,7 +48,7 @@
tar --strip-components=3 -zxf ./downloads/amxmodx-1.9.0-git5271-base-linux.tar.gz -C ./compiler addons/amxmodx/scripting
tar --strip-components=3 -zxf ./downloads/amxmodx-1.9.0-git5271-cstrike-linux.tar.gz -C ./compiler addons/amxmodx/scripting
mkdir -p ./thirdparty/reapi
unzip ./downloads/reapi_5.19.0.205-dev.zip -d ./thirdparty/reapi
unzip ./downloads/reapi_5.19.0.211-dev.zip -d ./thirdparty/reapi
- name: Install Dependencies
run: npm install
- name: Build project
Expand Down

0 comments on commit 169fbe0

Please sign in to comment.