mirror of
https://github.com/accelerator74/Cleaner.git
synced 2025-12-07 18:48:26 +00:00
ci: update build yml (#13)
This commit is contained in:
parent
5ccb4d8fd0
commit
cb68485dd1
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
|||||||
)
|
)
|
||||||
|
|
||||||
- name: Checking out SourceMod
|
- name: Checking out SourceMod
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: alliedmodders/sourcemod
|
repository: alliedmodders/sourcemod
|
||||||
ref: ${{ matrix.sm_branch }}
|
ref: ${{ matrix.sm_branch }}
|
||||||
@ -85,7 +85,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Checking out MM:Source
|
- name: Checking out MM:Source
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: alliedmodders/metamod-source
|
repository: alliedmodders/metamod-source
|
||||||
ref: ${{ matrix.mm_branch }}
|
ref: ${{ matrix.mm_branch }}
|
||||||
@ -102,42 +102,42 @@ jobs:
|
|||||||
pip install git+https://github.com/accelerator74/ambuild
|
pip install git+https://github.com/accelerator74/ambuild
|
||||||
|
|
||||||
- name: Checking out hl2sdk-l4d2
|
- name: Checking out hl2sdk-l4d2
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: alliedmodders/hl2sdk
|
repository: alliedmodders/hl2sdk
|
||||||
ref: l4d2
|
ref: l4d2
|
||||||
path: hl2sdk-l4d2
|
path: hl2sdk-l4d2
|
||||||
|
|
||||||
- name: Checking out hl2sdk-l4d
|
- name: Checking out hl2sdk-l4d
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: alliedmodders/hl2sdk
|
repository: alliedmodders/hl2sdk
|
||||||
ref: l4d
|
ref: l4d
|
||||||
path: hl2sdk-l4d
|
path: hl2sdk-l4d
|
||||||
|
|
||||||
- name: Checking out hl2sdk-css
|
- name: Checking out hl2sdk-css
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: alliedmodders/hl2sdk
|
repository: alliedmodders/hl2sdk
|
||||||
ref: css
|
ref: css
|
||||||
path: hl2sdk-css
|
path: hl2sdk-css
|
||||||
|
|
||||||
- name: Checking out hl2sdk-tf2
|
- name: Checking out hl2sdk-tf2
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: alliedmodders/hl2sdk
|
repository: alliedmodders/hl2sdk
|
||||||
ref: tf2
|
ref: tf2
|
||||||
path: hl2sdk-tf2
|
path: hl2sdk-tf2
|
||||||
|
|
||||||
- name: Checking out hl2sdk-csgo
|
- name: Checking out hl2sdk-csgo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: alliedmodders/hl2sdk
|
repository: alliedmodders/hl2sdk
|
||||||
ref: csgo
|
ref: csgo
|
||||||
path: hl2sdk-csgo
|
path: hl2sdk-csgo
|
||||||
|
|
||||||
- name: Checking out own repository
|
- name: Checking out own repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: src
|
path: src
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user