Skip to content

Commit

Permalink
gggg
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Mar 1, 2024
1 parent 1456326 commit d84448a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
toml_content=$(curl -s "https://raw.githubusercontent.com/LedgerHQ/app-u2f/develop/ledger_app.toml")
echo "$toml_content"
build_directory=$(echo "$toml_content" | tomlq -r '.app.build_directory')
sdk=$(echo "$toml_content" | tomlq -r '.sdk')
devices=$(echo "$toml_content" | tomlq -r '.devices | join(", ")')
sdk=$(echo "$toml_content" | tomlq -r '.app.sdk')
devices=$(echo "$toml_content" | tomlq -r '.app.devices | join(", ")')
# Afficher les attributs
echo "build_directory: $build_directory"
Expand Down

0 comments on commit d84448a

Please sign in to comment.