Skip to content

Commit

Permalink
CI Fix SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
caxanga334 committed Mar 30, 2024
1 parent b60f290 commit 748f5ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
msvc_arch: 'x86'
ambuild_target: 'x86'
package_name: 'windows-x86'
build_sdks: 'tf2,dods,css,hl2dm,orangebox,l4d,l4d2'

- buildjobs: linux-latest
os_version: ubuntu-latest
Expand All @@ -33,6 +34,7 @@ jobs:
cxx: clang++-15
ambuild_target: 'x86,x86_64'
package_name: 'linux-latest'
build_sdks: 'tf2,dods,css,hl2dm,orangebox,l4d,l4d2'

steps:
- name: Install Packages (Linux)
Expand Down Expand Up @@ -99,7 +101,7 @@ jobs:
run: |
mkdir build
cd build
python3 ../configure.py --hl2sdk-root "${{ github.workspace }}/alliedmodders" --sdks=present --sm-path="${{ github.workspace }}/sourcemod" --mms-path="${{ github.workspace }}/mmsource" --enable-optimize --enable-lto --targets "${{ matrix.ambuild_target }}" --symbol-files
python3 ../configure.py --hl2sdk-root "${{ github.workspace }}/alliedmodders" --sdks="${{ matrix.build_sdks }}" --sm-path="${{ github.workspace }}/sourcemod" --mms-path="${{ github.workspace }}/mmsource" --enable-optimize --enable-lto --targets "${{ matrix.ambuild_target }}" --symbol-files
ambuild
- name: Get commit SHA
Expand Down

0 comments on commit 748f5ee

Please sign in to comment.