Skip to content

Commit

Permalink
Test a patch
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Nov 25, 2023
1 parent 85f1e94 commit b9c52a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,11 @@ 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: Patch Build
run: |
cd yrs
git patch ../nativ/build.patch
shell: bash

- name: Build (Cargo)
if: "!matrix.cross"
Expand Down
Binary file added native/build.patch
Binary file not shown.

0 comments on commit b9c52a2

Please sign in to comment.