Skip to content

Commit

Permalink
Update build-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle authored Nov 24, 2023
1 parent ad4d37e commit 3f736e3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,11 @@ jobs:
tool: cross

- name: Replace build target
uses: jacobtomlinson/gha-find-replace@v3
uses: MathieuSoysal/[email protected].
with:
find: "[\"staticlib\"]"
replace: "[\"staticlib\", \"cdylib\"]"
include: yffi/Cargo.toml
regex: false
old-string: "[\"staticlib\"]"
new-string: "[\"staticlib\", \"cdylib\"]"
file: yffi/Cargo.toml

- name: Install musl tools
run: sudo apt install -y musl musl-dev musl-tools
Expand Down

0 comments on commit 3f736e3

Please sign in to comment.