Skip to content

Commit

Permalink
Fix Cargo.toml path
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Sep 30, 2024
1 parent cb9e94d commit be99faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_all_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo "The patch already exists in the file."
exit 1
else
echo "" >> Cargo.toml
echo "" >> $cargo_toml_path
echo "[patch.crates-io.ledger_device_sdk]" >> $cargo_toml_path
path=\"$GITHUB_WORKSPACE/sdk/ledger_device_sdk\"
echo "path=$path" >> $cargo_toml_path
Expand All @@ -83,7 +83,7 @@ jobs:
echo "The patch already exists in the file."
exit 1
else
echo "" >> Cargo.toml
echo "" >> $cargo_toml_path
echo "[patch.crates-io.ledger_secure_sdk_sys]" >> $cargo_toml_path
path=\"$GITHUB_WORKSPACE/sdk/ledger_secure_sdk_sys\"
echo "path=$path" >> $cargo_toml_path
Expand Down

0 comments on commit be99faf

Please sign in to comment.