From e8fce10c0d5cba780efb4265fc810f7e6039a899 Mon Sep 17 00:00:00 2001 From: Carl Philipp Klemm Date: Wed, 15 Apr 2026 13:22:19 +0200 Subject: [PATCH] CI: checkout first --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 372921f..87146f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,10 @@ jobs: Build: runs-on: ubuntu-latest steps: + - name: Check out repository code + uses: actions/checkout@v6 + with: + submodules: 'true' - name: Install dependancies run: | sudo add-apt-repository -y ppa:kisak/kisak-mesa @@ -20,10 +24,6 @@ jobs: with: path: ./vulkan_sdk version: ${{ env.VULKAN_SDK_VERSION }} - - name: Check out repository code - uses: actions/checkout@v6 - with: - submodules: 'true' - name: Install Appimagetool run: | wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2)