ci: disable xash-extras fetching, it's a submodule now
This commit is contained in:
parent
f910f4896c
commit
2109d49aa3
1 changed files with 0 additions and 8 deletions
8
.github/workflows/c-cpp.yml
vendored
8
.github/workflows/c-cpp.yml
vendored
|
@ -51,18 +51,10 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Checkout xash-extras
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
repository: FWGS/xash-extras
|
|
||||||
path: xash-extras
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bash scripts/gha/deps_${{ matrix.targetos }}.sh
|
run: bash scripts/gha/deps_${{ matrix.targetos }}.sh
|
||||||
|
|
||||||
- name: Build engine
|
- name: Build engine
|
||||||
run: bash scripts/gha/build_${{ matrix.targetos }}.sh
|
run: bash scripts/gha/build_${{ matrix.targetos }}.sh
|
||||||
|
|
||||||
- name: Upload engine (prereleases)
|
- name: Upload engine (prereleases)
|
||||||
run: bash scripts/continious_upload.sh artifacts/*
|
run: bash scripts/continious_upload.sh artifacts/*
|
||||||
- name: Upload engine (artifacts)
|
- name: Upload engine (artifacts)
|
||||||
|
|
Loading…
Add table
Reference in a new issue