From f668b3a537ceb87f539e658af4cfc85c43051e85 Mon Sep 17 00:00:00 2001 From: Ilya Sosnovsky Date: Sun, 14 Feb 2021 13:11:10 +0300 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 717c9e2..e62e628 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,10 +16,6 @@ jobs: steps: - name: checkout code uses: actions/checkout@v2 - - name: Get packages - uses: mstksg/get-package@v1 - with: - apt-get: sqlite3 gcc - name: build binaries uses: wangyoucao577/go-release-action@v1.14 with: @@ -27,5 +23,6 @@ jobs: goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} ldflags: '-linkmode external -extldflags "-static" -s -w' + pre_command: bash ./install-deps.sh binary_name: "ovenvpn-user" asset_name: ovenvpn-user-${{ matrix.goos }}-${{ matrix.goarch }}.