Browse Source

remove gortsplib check from release workflow (#1636)

pull/1638/head
Alessandro Ros 2 years ago committed by GitHub
parent
commit
41ce925be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      .github/workflows/release.yml

17
.github/workflows/release.yml

@ -6,24 +6,7 @@ on: @@ -6,24 +6,7 @@ on:
- 'v*'
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:
needs: check_gortsplib
runs-on: ubuntu-22.04
steps:

Loading…
Cancel
Save