Update .gitea/workflows/deploy.yml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m0s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m0s
Details
This commit is contained in:
parent
602c9b8677
commit
f716f7faa9
|
@ -16,8 +16,8 @@ jobs:
|
|||
|
||||
- name: Setup env
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install bundler
|
||||
sudo apt update -y
|
||||
sudo apt install bundler -y
|
||||
|
||||
- name: Setup bundle deps
|
||||
run: cd ${{ gitea.workspace }}
|
||||
|
|
Loading…
Reference in New Issue