Fix apt no y flag passed
All checks were successful
Build blog / Explore-Gitea-Actions (push) Successful in 15s
All checks were successful
Build blog / Explore-Gitea-Actions (push) Successful in 15s
This commit is contained in:
parent
a8733984ab
commit
0fcbea4207
@ -7,7 +7,7 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: sudo apt update
|
||||
- run: sudo apt install hugo
|
||||
- run: sudo apt -qqy update
|
||||
- run: sudo apt -qqy install hugo
|
||||
- run: hugo
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user