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: | run: |
sudo apt update -y sudo apt update -y
sudo apt install bundler -y sudo apt install bundler -y
sudo apt install imagemagick # sudo apt install imagemagick
# baixar imagemagick # baixar imagemagick
- run: cd ${{ gitea.workspace }} - run: cd ${{ gitea.workspace }}
- name: Video script #- name: Video script
run: ./script/script.sh # run: ./script/script.sh
- name: Setup bundle deps - name: Setup bundle deps
run: bundle install run: bundle install