From 5342f2565041b1c2220f309a14a1222e43b1a067 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Mon, 9 Oct 2023 15:33:11 +0200 Subject: [PATCH] Update musl tools for ci --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a545a7e4..48ea2525 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,8 +63,8 @@ jobs: - name: Update musl tools if: matrix.build-with == 'cargo' run: | - apt update - apt install -y musl-tools + sudo apt update + sudo apt install -y musl-tools - name: Update Rust and add toolchain ${{ matrix.target }} if: matrix.build-with == 'cargo'