From f80010bcb06baaeb0d9e857c63a5495c7560bdfb Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Sun, 20 Nov 2022 04:30:32 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20add=20missing=20dep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53db7a2..598f28e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - name: install deps run: | - pacman -Syu --noconfirm cmake pkg-config ninja clang mold llvm + pacman -Syu --noconfirm cmake pkg-config ninja clang mold llvm git shell: bash - name: Configure CMake