From 663b574b8bd2731363a3f4740d9432e61d5adbba Mon Sep 17 00:00:00 2001 From: fgsfds Date: Tue, 7 Feb 2023 20:22:30 +0100 Subject: [PATCH] github: checkout the switch_newer branch for now --- .github/workflows/c-cpp.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 82430f05..ad92f754 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -54,6 +54,7 @@ jobs: uses: actions/checkout@v3 with: submodules: recursive + ref: switch_newer # REMOVEME: remove when merging into the main repo! - name: Install dependencies run: bash scripts/gha/deps_${{ matrix.targetos }}.sh - name: Build engine