From 80de67f6584cef4c9425827dd4df0f992e60d8b6 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Mon, 20 May 2024 03:15:21 +0300 Subject: [PATCH] clone branch first on linux! --- .github/workflows/emu-build-all-linux.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/emu-build-all-linux.yml b/.github/workflows/emu-build-all-linux.yml index 23fc38a3..d36454a7 100644 --- a/.github/workflows/emu-build-all-linux.yml +++ b/.github/workflows/emu-build-all-linux.yml @@ -36,6 +36,10 @@ jobs: prj: [ 'GenerateInterfaces', 'SteamClient', 'SteamEmu', ] steps: +### clone branch + - name: Checkout branch + uses: actions/checkout@v4 + ### deps - name: Restore deps id: emu-deps-cache-step