From 997e2c756a604363e2595980859e7d71a5a19361 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Thu, 13 Jul 2023 04:57:38 +0200 Subject: [PATCH] ci: Remove openssh dependency no longer required for release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26885b6c..5000e9a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Install dependencies - run: pacman --noconfirm -Syu && pacman --needed --noconfirm -S base-devel git autoconf automake nasm curl mtools llvm clang lld mingw-w64-gcc openssh + run: pacman --noconfirm -Syu && pacman --needed --noconfirm -S base-devel git autoconf automake nasm curl mtools llvm clang lld mingw-w64-gcc - name: Checkout code uses: actions/checkout@v3