From b11ef0295047d81e317125b3b0d8f7924c84ef13 Mon Sep 17 00:00:00 2001 From: Xsit <97814927+Xieansecn@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:55:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e869e90..0bbb36e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,9 @@ jobs: - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - - run: apt update&& apt upgrade -y - - run: apt-get install nodejs + - run: whoami&& echo $PATH + - run: sudo apt update&& apt upgrade -y + - run: sudo apt-get install nodejs - name: List files in the repository run: | ls ${{ github.workspace }}