Skip to content

Commit 792e33f

Browse files
committed
update(builder): Default Plugins
1 parent 915a500 commit 792e33f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/builder.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,19 @@ jobs:
7676
sudo apt install -y libreadline-dev libboost-all-dev fdupes unzip
7777
bash ./setup.sh
7878
79+
echo "[Builder] Setting up default plugins"
80+
cd build/package/addons/swiftly
81+
wget https://github.com/swiftly-solution/admins/releases/latest/download/Swiftly.Plugin.Admins.zip
82+
unzip Swiftly.Plugin.Admins.zip
83+
wget https://github.com/swiftly-solution/admins_basecomms/releases/latest/download/Swiftly.Plugin.Admins.BaseComms.zip
84+
unzip Swiftly.Plugin.Admins.BaseComms.zip
85+
wget https://github.com/swiftly-solution/admins_basebans/releases/latest/download/Swiftly.Plugin.Admins.BaseBans.zip
86+
unzip Swiftly.Plugin.Admins.BaseBans.zip
87+
wget https://github.com/swiftly-solution/admins_commands/releases/latest/download/Swiftly.Plugin.Admins.BaseCommands.zip
88+
unzip Swiftly.Plugin.Admins.BaseCommands.zip
89+
cd ../../../..
90+
echo "[Builder] Finished setting up default plugins"
91+
7992
- name: Prepare Build - Windows
8093
if: matrix.os == 'windows-latest'
8194
working-directory: swiftly

0 commit comments

Comments
 (0)