From 5c40a3376fea07f4ed66c62bea2f6fe98bd42ce2 Mon Sep 17 00:00:00 2001 From: Mike Solar Date: Fri, 29 May 2026 00:04:18 +0800 Subject: [PATCH] Fix Arch Linux CD. --- .github/workflows/cd.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4a26103de..579fd3e1d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -139,10 +139,6 @@ jobs: container: image: archlinux:latest steps: - - uses: actions/checkout@v4 - with: - submodules: true - - name: Initialize pacman run: | pacman-key --init @@ -155,7 +151,11 @@ jobs: base-devel cmake ninja git wget fuse2 desktop-file-utils \ qt6-base qt6-tools \ ffmpeg openimageio opencolorio openexr expat portaudio \ - mesa libxkbcommon + fmt mesa libxkbcommon + + - uses: actions/checkout@v4 + with: + submodules: true - name: Build run: |