We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa43ac commit bdde48fCopy full SHA for bdde48f
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -37,10 +37,11 @@ jobs:
37
archlinux:latest \
38
bash -c "
39
set -euxo pipefail
40
- pacman -Sy --noconfirm
41
pacman-key --init
42
pacman-key --populate archlinux
+ pacman -Syu --noconfirm
43
pacman -S --noconfirm base-devel cmake ninja git gtk4 gtk4-layer-shell webkitgtk-6.0 json-c libwebsockets sdbus-cpp qt6 qt6-webengine layer-shell-qt
44
+ ldd --version
45
cmake -B build -G Ninja \
46
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }} \
47
-DCMAKE_CXX_COMPILER=${{ matrix.cxx_compiler }} \
0 commit comments