Skip to content

Commit

Permalink
CI debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauff committed Jan 29, 2024
1 parent 7f4c3d1 commit b36f2f1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,30 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
path: MovementUnlocker
submodules: recursive

- name: Checkout Metamod
uses: actions/checkout@v4
with:
repository: alliedmodders/metamod-source
ref: master
path: mmsource-2.0
submodules: recursive

- name: Checkout HL2SDK
uses: actions/checkout@v4
with:
repository: alliedmodders/hl2sdk
ref: cs2
path: hl2sdk-cs2

- name: Checkout AMBuild
uses: actions/checkout@v4
with:
repository: alliedmodders/ambuild
path: ambuild

- name: Rename repositories
run: |
mv metamod-source mmsource-2.0
mv hl2sdk hl2sdk-cs2
- name: Install AMBuild
run: |
Expand Down

0 comments on commit b36f2f1

Please sign in to comment.