Skip to content

Commit

Permalink
build: clean workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diamante0018 committed Jan 13, 2024
1 parent 9f68a0e commit b038ebf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

env:
PREMAKE_VERSION: "5.0.0-beta2"

jobs:
build-win:
name: Build Windows
Expand Down Expand Up @@ -43,7 +46,7 @@ jobs:
- name: Install Premake5
uses: abel0b/[email protected]
with:
version: "5.0.0-beta2"
version: ${{ env.PREMAKE_VERSION }}

- name: Generate project files
run: premake5 vs2022
Expand Down Expand Up @@ -91,7 +94,7 @@ jobs:
- name: Install Premake5
uses: abel0b/[email protected]
with:
version: "5.0.0-beta2"
version: ${{ env.PREMAKE_VERSION }}

- name: Generate project files
run: premake5 --cc=clang gmake2
Expand Down Expand Up @@ -138,7 +141,7 @@ jobs:
- name: Install Premake5
uses: abel0b/[email protected]
with:
version: "5.0.0-beta2"
version: ${{ env.PREMAKE_VERSION }}

- name: Generate project files
run: premake5 gmake2
Expand Down
13 changes: 12 additions & 1 deletion src/services/getbots_command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,20 @@ void getbots_command::handle_command(const network::address& target, const std::
"avail",
"Boston",
"Bubbles",
"Caliber",
"Catalyst",
"Cenote",
"Chicago",
"clang",
"Cressi",
"Cypress",
"David Guetta",
"Debian",
"Devil's Spring",
"Diamante",
"Diavolo",
"Dsso",
"Eagle's Nest",
"Eldor",
"Evan",
"Eve",
Expand All @@ -48,6 +52,7 @@ void getbots_command::handle_command(const network::address& target, const std::
"INeedGames",
"Infamous",
"Inferno",
"InfinityScript",
"Jack Back",
"Jebus3211",
"JetFins",
Expand All @@ -69,8 +74,10 @@ void getbots_command::handle_command(const network::address& target, const std::
"Mares",
"momo5502",
"Montreal",
"MSVC",
"MUPP",
"mxve",
"Neapolis",
"New York",
"Nightzy",
"OneFourOne",
Expand All @@ -89,18 +96,22 @@ void getbots_command::handle_command(const network::address& target, const std::
"RezTech",
"Roxie",
"Santi Diving",
"sass",
"Sass",
"saysupshelly",
"Scarlxrd",
"SCUBAPRO",
"Serious",
"Sestriere",
"Sloth",
"Slykuiper",
"Snake",
"Sparky",
"Squirrel",
"st0rm",
"StarBerry",
"Trimix",
"TwinLeaf",
"Ubuntu",
"Valkyrie",
"Wattson",
"Wanted",
Expand Down

0 comments on commit b038ebf

Please sign in to comment.