From 2109d49aa35eddd59cd9b2b924e2d170f5cf15d0 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 5 Feb 2023 00:06:14 +0300 Subject: [PATCH] ci: disable xash-extras fetching, it's a submodule now --- .github/workflows/c-cpp.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 31384ebd..e86788ac 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -51,18 +51,10 @@ jobs: uses: actions/checkout@v3 with: submodules: recursive - - name: Checkout xash-extras - uses: actions/checkout@v3 - with: - repository: FWGS/xash-extras - path: xash-extras - - name: Install dependencies run: bash scripts/gha/deps_${{ matrix.targetos }}.sh - - name: Build engine run: bash scripts/gha/build_${{ matrix.targetos }}.sh - - name: Upload engine (prereleases) run: bash scripts/continious_upload.sh artifacts/* - name: Upload engine (artifacts)