Fix Arch Linux CD.

This commit is contained in:
2026-05-29 00:12:03 +08:00
parent 8657c3f549
commit 5c40a3376f
+5 -5
View File
@@ -139,10 +139,6 @@ jobs:
container: container:
image: archlinux:latest image: archlinux:latest
steps: steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Initialize pacman - name: Initialize pacman
run: | run: |
pacman-key --init pacman-key --init
@@ -155,7 +151,11 @@ jobs:
base-devel cmake ninja git wget fuse2 desktop-file-utils \ base-devel cmake ninja git wget fuse2 desktop-file-utils \
qt6-base qt6-tools \ qt6-base qt6-tools \
ffmpeg openimageio opencolorio openexr expat portaudio \ ffmpeg openimageio opencolorio openexr expat portaudio \
mesa libxkbcommon fmt mesa libxkbcommon
- uses: actions/checkout@v4
with:
submodules: true
- name: Build - name: Build
run: | run: |