Update go.yml

This commit is contained in:
Alfred Gutierrez
2021-12-14 18:07:26 -08:00
committed by GitHub
parent 68399325dd
commit 7dfaf0daf8

View File

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