summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-03 21:17:05 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-03 21:17:05 +0400
commitddba63f03396dec28f581c4254f403bac1577b4d (patch)
treeb96c54c90b883810d8fa7ed2614283e2671fb796 /.github/workflows
parentf15877d544818fd4c6009433299acff6df993e8d (diff)
fix macos
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 74522df..8af8c92 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -40,7 +40,9 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: '1.18.4'
-
+ - run: |
+ brew uninstall openssl
+ brew untap local/openssl
- name: Build
run: |
cargo build --release
@@ -125,7 +127,6 @@ jobs:
- name: All in one
run: |
cd exes/all
- export CGO_LDFLAGS='-lcrypto'
make build
- name: Move artifacts