Skip to content

Commit

Permalink
just hotpatch it
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian committed Mar 25, 2024
1 parent 2ce454d commit 7683621
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ jobs:
PROJECT_OS: windows
PREMAKE5: ./dependencies/windows/premake-core/premake5.exe
PREMAKE5_URL: https://github.com/danielga/garrysmod_common/releases/download/premake-build%2F5.0.0-beta2/premake-5.0.0-beta2-windows.zip
ABI_COMPAT_FILE: ./dependencies/garrysmod_common/source/ABICompatibility.cpp
steps:
- uses: actions/checkout@v4
- name: Build
run: |
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString("$env:BOOTSTRAP_URL"))
(Get-Content $env:ABI_COMPAT_FILE).Replace('1937', '1940') | Set-Content $env:ABI_COMPAT_FILE
& "$env:BUILD_SCRIPT"
- name: Upload release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 7683621

Please sign in to comment.