Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Fix windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marqdevx committed Mar 1, 2024
1 parent 5299ef1 commit ebfed4a
Show file tree
Hide file tree
Showing 6 changed files with 176 additions and 391 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
shell: bash
run: |
mkdir build && cd build
python ../configure.py --enable-optimize --symbol-files --sdks cs2
python ../configure.py --enable-optimize --sdks cs2
ambuild
- name: Upload artifact
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
path = vendor/protobuf-3.21.8
url = https://github.com/protocolbuffers/protobuf/
branch = v3.21.8
[submodule "hl2sdk-manifests"]
path = hl2sdk-manifests
url = https://github.com/alliedmodders/hl2sdk-manifests.git
Loading

0 comments on commit ebfed4a

Please sign in to comment.