From 41ce925be52a8ed2928905d93200d232d7334e39 Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Sat, 1 Apr 2023 16:42:31 +0200 Subject: [PATCH] remove gortsplib check from release workflow (#1636) --- .github/workflows/release.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 054a8ea1..46f46627 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: