From ae347c850978fa37e736d804862981af2c375726 Mon Sep 17 00:00:00 2001 From: Orange Date: Mon, 27 Oct 2025 08:51:58 +0300 Subject: [PATCH] fix --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 40b7f0e..b704b9d 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -27,7 +27,7 @@ jobs: run: | pacman -Sy --noconfirm archlinux-keyring pacman -Syu --noconfirm --needed \ - git base-devel clang cmake ninja + git base-devel clang cmake ninja zip unzip fmt - name: Checkout repository (with sub-modules) uses: actions/checkout@v4