Update go.yml

This commit is contained in:
Alfred Gutierrez
2021-12-14 18:06:35 -08:00
committed by GitHub
parent 74f4203120
commit 68399325dd

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install ffmpeg
run: sudo apt-get install ffmpeg
run: sudo apt-get update -y && apt-get install ffmpeg
- uses: actions/checkout@v2