remove gortsplib check from release workflow (#1636)

This commit is contained in:
Alessandro Ros 2023-04-01 16:42:31 +02:00 committed by GitHub
parent 3c9eed5fae
commit 41ce925be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -6,24 +6,7 @@ on:
- 'v*' - 'v*'
jobs: jobs:
# make sure that gortsplib is updated
check_gortsplib:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: "1.20"
- run: |
sed -i '/gortsplib/d' go.mod
go mod tidy
git diff --exit-code
make_binaries: make_binaries:
needs: check_gortsplib
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps: