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

This commit is contained in:
Alice 2024-07-08 20:00:20 -03:00
parent 8cb4ee808e
commit 602c9b8677
1 changed files with 3 additions and 1 deletions

View File

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