File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
mkdir downloads
25
25
wget https://www.amxmodx.org/amxxdrop/1.9/amxmodx-1.9.0-git5271-base-linux.tar.gz -P ./downloads
26
26
wget https://www.amxmodx.org/amxxdrop/1.9/amxmodx-1.9.0-git5271-cstrike-linux.tar.gz -P ./downloads
27
- wget https://github.com/s1lentq/reapi/releases/download/5.19.0.210 /reapi_5.19.0.205 -dev.zip -P ./downloads
27
+ wget https://github.com/s1lentq/reapi/releases/download/5.19.0.211 /reapi_5.19.0.211 -dev.zip -P ./downloads
28
28
- name : Setup Build Variables
29
29
id : buildvars
30
30
uses : actions/github-script@v3
48
48
tar --strip-components=3 -zxf ./downloads/amxmodx-1.9.0-git5271-base-linux.tar.gz -C ./compiler addons/amxmodx/scripting
49
49
tar --strip-components=3 -zxf ./downloads/amxmodx-1.9.0-git5271-cstrike-linux.tar.gz -C ./compiler addons/amxmodx/scripting
50
50
mkdir -p ./thirdparty/reapi
51
- unzip ./downloads/reapi_5.19.0.205 -dev.zip -d ./thirdparty/reapi
51
+ unzip ./downloads/reapi_5.19.0.211 -dev.zip -d ./thirdparty/reapi
52
52
- name : Install Dependencies
53
53
run : npm install
54
54
- name : Build project
You can’t perform that action at this time.
0 commit comments