Skip to content

Commit

Permalink
Update build-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Nov 24, 2023
1 parent 692567a commit bf303ec
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@ jobs:
with:
tool: cross

- name: Replace build target
uses: MathieuSoysal/[email protected]
with:
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
if: endsWith(matrix.build, '-musl')
Expand All @@ -116,6 +109,13 @@ jobs:
git clone ${YRS_REPO} --branch ${YRS_BRANCH} --single-branch yrs
shell: bash

- name: Replace build target
uses: MathieuSoysal/[email protected]
with:
old-string: "[\"staticlib\"]"
new-string: "[\"staticlib\", \"cdylib\"]"
file: yrs/yffi/Cargo.toml

- name: Build (Cargo)
if: "!matrix.cross"
run: |
Expand Down

0 comments on commit bf303ec

Please sign in to comment.