Skip to content

Commit

Permalink
Attempt to replace string in workspace config
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Nov 8, 2023
1 parent 89d6c4c commit 6fc37ca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,12 @@ jobs:
path: /flutter_ffi_plugin/test_app/Cargo.toml

- name: Add test app's crates to Cargo workspace
uses: ciiiii/[email protected]
uses: bluwy/substitute-string-action@v1
id: sub
with:
file: "Cargo.toml"
key: "workspace.members.2"
value: "./flutter_ffi_plugin/test_app/native/*"
_input-file: Cargo.toml
_output-file: Cargo.toml
"members = [": 'members = ["./flutter_ffi_plugin/test_app/native/*",'

- name: Generate message files
working-directory: flutter_ffi_plugin/test_app/
Expand Down

0 comments on commit 6fc37ca

Please sign in to comment.