Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ws committed Nov 8, 2023
1 parent 5fdeb43 commit 5d960fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ jobs:
- os: windows-2022
- os: ubuntu-latest
container: registry.gitlab.steamos.cloud/steamrt/sniper/sdk
env:
HL2SDKCS2: ${{ github.workspace }}/metamod/hl2sdk

steps:
- name: Set HL2SDKCS2 path
run: echo "HL2SDKCS2=${HL2SDKCS2}" >> $GITHUB_ENV

- name: Checkout repository recursively
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5d960fa

Please sign in to comment.