Skip to content

Commit

Permalink
jkljlk
Browse files Browse the repository at this point in the history
  • Loading branch information
andreriesco committed Jul 15, 2024
1 parent d236720 commit 84c7bb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
false
$_settingsJson = Get-Content -Path ".vscode/settings.json" | ConvertFrom-Json
ls
Write-Output $_settingsJson
$_settingsJson.torizon_arch = $env:TORIZON_ARCH
Set-Content -Path ".vscode/settings.json" -Value ($_settingsJson | ConvertTo-Json) -Encoding UTF8
Expand Down

0 comments on commit 84c7bb5

Please sign in to comment.