Skip to content

Commit

Permalink
更新 ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xieansecn authored Jun 29, 2024
1 parent b11ef02 commit cfa48a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ 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: whoami&& echo $PATH
- run: sudo apt update&& apt upgrade -y
- run: echo $PATH
- run: sudo apt update&& sudo apt upgrade -y
- run: sudo apt-get install nodejs
- name: List files in the repository
run: |
Expand Down

0 comments on commit cfa48a2

Please sign in to comment.