This commit is contained in:
EmersonJSC 2024-07-10 17:29:35 -03:00
parent 0f58c693fd
commit 7c50ee0454
1 changed files with 3 additions and 3 deletions

View File

@ -18,13 +18,13 @@ jobs:
run: |
sudo apt update -y
sudo apt install bundler -y
sudo apt install imagemagick
# sudo apt install imagemagick
# baixar imagemagick
- run: cd ${{ gitea.workspace }}
- name: Video script
run: ./script/script.sh
#- name: Video script
# run: ./script/script.sh
- name: Setup bundle deps
run: bundle install