diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-05 18:43:08 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-05 18:43:08 +0400 |
| commit | 00030943336c94cffba6e6319316fe58fcecc058 (patch) | |
| tree | fe84bcbc9172af3edab77e809111cfee4dd8e0ff /.github | |
| parent | 63565094f480154556be69a6b3625e47c3b28f04 (diff) | |
remove reliance on openssl
Diffstat (limited to '.github')
| -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 |
