Update .gitea/workflows/deploy.yml
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 19s Details

This commit is contained in:
Alice 2024-07-08 19:57:48 -03:00
parent 7b0d96b0d2
commit 8cb4ee808e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Setup env
run: sudo apt install bundler
run: sudo apt install ruby-bundler
- name: Setup bundle deps
run: cd ${{ gitea.workspace }}