Fix Arch Linux CD.
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user