Browse Source

fix ci

pull/441/head
aler9 4 years ago
parent
commit
c900bc44c0
  1. 2
      .github/workflows/test.yml

2
.github/workflows/test.yml

@ -19,7 +19,7 @@ jobs:
with: with:
go-version: "1.16" go-version: "1.16"
- run: sudo apt-get install -y --no-install-recommends ffmpeg - run: sudo apt update && sudo apt install -y --no-install-recommends ffmpeg
- run: make test-nodocker - run: make test-nodocker

Loading…
Cancel
Save