:: commit b0a074ad19f4e2255a13be7829d14e55be0bf96f

mintsuki <mintsuki@protonmail.com> — 2023-07-13 02:57

parents: 5c13284558

ci: Remove openssh dependency no longer required for release

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1fb3fca1..1058ac94 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
tab: 248 wrap: offon