Skip to content

Commit

Permalink
Update CI: Add Windows x86-64
Browse files Browse the repository at this point in the history
  • Loading branch information
caxanga334 committed Mar 31, 2024
1 parent 69acb38 commit ac48df4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
buildjobs:
- windows-x86
- windows-x64
- linux-latest

include:
Expand All @@ -26,7 +27,15 @@ jobs:
msvc_arch: 'x86'
ambuild_target: 'x86'
package_name: 'windows-x86'
build_sdks: 'tf2,dods,css,hl2dm,orangebox,sdk2013,bms,l4d,l4d2'
build_sdks: 'tf2,dods,css,hl2dm,orangebox,sdk2013,bms,l4d,l4d2,eye'

- buildjobs: windows-x64
os_version: windows-latest
identifier: 'Windows Latest (x86-64)'
msvc_arch: 'x64'
ambuild_target: 'x86_64'
package_name: 'windows-x86-64'
build_sdks: 'tf2'

- buildjobs: linux-latest
os_version: ubuntu-latest
Expand Down

0 comments on commit ac48df4

Please sign in to comment.