From 6507c5f04d3859b9d42f57d053c27dc295225f3a Mon Sep 17 00:00:00 2001 From: rito528 Date: Sat, 17 Jun 2023 14:49:49 +0900 Subject: [PATCH] =?UTF-8?q?libssl-dev=E3=81=AE=E3=82=A4=E3=83=B3=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=83=BC=E3=83=AB=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89?= =?UTF-8?q?=E3=81=ABsudo=E3=82=92=E3=81=A4=E3=81=91=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/image-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-release.yaml b/.github/workflows/image-release.yaml index 45c66b22..f496280f 100644 --- a/.github/workflows/image-release.yaml +++ b/.github/workflows/image-release.yaml @@ -32,7 +32,7 @@ jobs: override: true - name: Install Dependencies - run: apt install libssl-dev -y + run: sudo apt-get install libssl-dev -y - name: Build binary using cross uses: actions-rs/cargo@v1