diff options
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 719eddb..4d0de2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,12 +57,6 @@ jobs: - uses: ATiltedTree/setup-rust@v1 with: rust-version: stable - - uses: actions/setup-go@v3 - with: - go-version: '1.18.4' - - run: | - brew install openssl - brew link openssl --force - name: Build run: | cargo build --release @@ -72,7 +66,6 @@ jobs: - name: All in one run: | cd exes/all - export CGO_LDFLAGS="-L/usr/local/opt/openssl@3/lib -framework Security -framework CoreFoundation" make build - name: Move artifacts |
