summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <samctay@pm.me>2022-08-21 03:01:39 -0700
committerSam Tay <samctay@pm.me>2022-08-21 03:01:39 -0700
commitb27d3f2fceca6e0b7bfd69c82be89628d29f767d (patch)
tree4e962ce623c60d85ae91af99bd2e206184124fed
parent421a6257e1fbda7d0723763f8e9737459e68f24f (diff)
Fix missing ssl dep
-rw-r--r--.github/workflows/release.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index e53a8d7..67cb140 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -43,5 +43,6 @@ jobs:
with:
bin: so
target: ${{ matrix.target }}
+ features: reqwest/native-tls-vendored
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}