From af05c2f3a41d3afdc77fe81bd5bd6c3fff36b150 Mon Sep 17 00:00:00 2001 From: Andrew Johnston Date: Sun, 10 Dec 2023 00:20:12 +0000 Subject: [PATCH] fix release ci - apt stale --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97a70d2..e9436f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,7 @@ jobs: - uses: actions/checkout@v3 - name: install libcurl run: | + sudo apt-get update -y sudo apt-get install -qy libcurl4-openssl-dev - name: compile run: | @@ -84,6 +85,7 @@ jobs: - uses: actions/checkout@v3 - name: install arm64 tools run: | + sudo apt-get update -y sudo apt-get install -qy binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu g++-aarch64-linux-gnu - name: compile run: |