Skip to content

Commit ff49718

Browse files
committed
Clone SMLib repo to get latest include files
Add dhooks include Add discord include files
1 parent 030b387 commit ff49718

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/master.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ jobs:
3737
wget https://raw.githubusercontent.com/PremyslTalich/ColorVariables/master/addons/sourcemod/scripting/includes/colorvariables.inc -P $INCLUDE_PATH
3838
wget https://raw.githubusercontent.com/KyleSanderson/SteamWorks/master/Pawn/includes/SteamWorks.inc -P $INCLUDE_PATH
3939
wget https://raw.githubusercontent.com/JoinedSenses/SourceMod-IncludeLibrary/master/include/smjansson.inc -P $INCLUDE_PATH
40+
wget https://bitbucket.org/Drifter321/dhooks2/raw/009f11c6c518227c51d708af69f4c759147f704b/sourcemod/scripting/include/dhooks.inc -P $INCLUDE_PATH
4041
41-
# We probably need all of the files within the smlib dir, but im too tired to add all 30 by hand, so I'll add one to give others the idea of how to continue.
42-
wget https://raw.githubusercontent.com/bcserv/smlib/transitional_syntax/scripting/include/smlib/arrays.inc -P $INCLUDE_PATH
43-
42+
git clone -b transitional_syntax https://github.com/bcserv/smlib.git
43+
mv smlib/scripting/include/* $INCLUDE_PATH
4444
45+
git clone https://github.com/Deathknife/sourcemod-discord.git
46+
mv sourcemod-discord/include/* $INCLUDE_PATH
4547
4648
- name: Compile plugin
4749
run: |

0 commit comments

Comments
 (0)