ci: update build yml (#13)

This commit is contained in:
Rushaway 2023-09-30 16:43:10 +02:00 committed by GitHub
parent 5ccb4d8fd0
commit cb68485dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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