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 cfa48a2 commit 1d60e6f
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 @@ -11,8 +11,9 @@ jobs:
- 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: echo $PATH
- run: sudo apt update&& sudo apt upgrade -y
- run: sudo apt-get install nodejs
- run: sudo apt-get update&& sudo apt-get upgrade -y
- run: sudo apt-get install neofetch figlet git curl wget
- run: neofetch&& figlet Hello
- name: List files in the repository
run: |
ls ${{ github.workspace }}
Expand Down

0 comments on commit 1d60e6f

Please sign in to comment.