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 2bb106e commit b11ef02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b11ef02

Please sign in to comment.