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

Commit

Permalink
Fix compile action
Browse files Browse the repository at this point in the history
  • Loading branch information
marqdevx committed Feb 1, 2024
1 parent 7f6d900 commit 735884e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compile-metamod-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
container: registry.gitlab.steamos.cloud/steamrt/sniper/sdk

steps:
- name: Checkout
Expand Down Expand Up @@ -61,5 +62,5 @@ jobs:
ls -la
cd /home/runner/work/mm-cs2-scrim/mm-cs2-scrim
ls -la
mkdir build && cd build && python3 ../configure.py --enable-optimize --symbol-files --sdks cs2
mkdir build && cd build && python3 ../configure.py --sdks cs2 --targets x86_64
ambuild

0 comments on commit 735884e

Please sign in to comment.