summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-05 18:43:08 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-05 18:43:08 +0400
commit00030943336c94cffba6e6319316fe58fcecc058 (patch)
treefe84bcbc9172af3edab77e809111cfee4dd8e0ff /.github
parent63565094f480154556be69a6b3625e47c3b28f04 (diff)
remove reliance on openssl
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml7
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