From 74dd84b5088b80263e3aa22a64ab67ace9f73929 Mon Sep 17 00:00:00 2001 From: AmeKnite <104745335+ameknite@users.noreply.github.com> Date: Tue, 12 Mar 2024 01:49:10 -0600 Subject: [PATCH] trying --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ff55a45..20a7db7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -83,7 +83,7 @@ jobs: - name: Install openssl if: ${{ matrix.target == 'aarch64-unknown-linux-gnu' }} - run: sudo apt-get install libssl-dev + run: sudo apt-get update; sudo apt-get install libssl-dev - name: Install cross-compilation tools if: ${{ matrix.cross }} == 'true'