From 5ed3c21b651415a34cd47d4b97526c56f2bc62e7 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 27 Dec 2022 08:13:49 +0800 Subject: [PATCH] sudo --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51118a8..f7e047b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,9 +144,9 @@ jobs: node-version: 16 cache: 'pnpm' cache-dependency-path: pnpm-lock.yaml - - name: install wget + - name: install curl if: matrix.platform.name == 'linux+x86-64' || matrix.platform.name == 'linux+aarch64' - run: apt install curl + run: sudo apt install curl - name: install Rust stable uses: actions-rs/toolchain@v1 with: