Update .gitea/workflows/deploy.yml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m0s Details

This commit is contained in:
Alice 2024-07-08 20:01:37 -03:00
parent 602c9b8677
commit f716f7faa9
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}