From 5fd31d97d2acc05450f2c1135c0b00bf91122930 Mon Sep 17 00:00:00 2001 From: meloalright Date: Mon, 23 Oct 2023 23:06:39 +0800 Subject: [PATCH] + Binary CI --- .github/workflows/Binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Binary.yml b/.github/workflows/Binary.yml index 79f88f7..80cd8fd 100644 --- a/.github/workflows/Binary.yml +++ b/.github/workflows/Binary.yml @@ -53,7 +53,7 @@ jobs: if [[ ${{ matrix.target }} == aarch64-unknown-linux-gnu ]]; then sudo apt-get update sudo apt-get install -y binutils-aarch64-linux-gnu - sudo apt-get install -y install libssl-dev + sudo apt install -y install libssl-dev fi if [[ ${{ matrix.target }} == arm-unknown-linux-gnueabihf ]]; then sudo apt-get update