Skip to content

Commit bdde48f

Browse files
authored
Update cmake-multi-platform.yml
1 parent aaa43ac commit bdde48f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ jobs:
3737
archlinux:latest \
3838
bash -c "
3939
set -euxo pipefail
40-
pacman -Sy --noconfirm
4140
pacman-key --init
4241
pacman-key --populate archlinux
42+
pacman -Syu --noconfirm
4343
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
4445
cmake -B build -G Ninja \
4546
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }} \
4647
-DCMAKE_CXX_COMPILER=${{ matrix.cxx_compiler }} \

0 commit comments

Comments
 (0)