Skip to content

Commit

Permalink
fix: remove features from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysnewell committed Dec 6, 2023
1 parent ab40070 commit ad8544b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-lorikeet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
uses: rhysnewell/rust-cargo-musl-action@v0.1.20
with:
command: 'build'
flags: '--features vendored-openssl'
- name: Package binaries
run: mkdir -p release/ && cp ${{ steps.compile.outputs.release-dir }}/lorikeet INSTALL.md release/
- name: Compress action step
Expand Down

0 comments on commit ad8544b

Please # to comment.