Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Patarimi authored Jul 7, 2024
1 parent 5593ab2 commit cde7d5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
winget install KLayout --accept-package-agreements --accept-source-agreements --disable-interactivity
winget settings --enable LocalManifestFiles
winget install -m .\manifests\n\NGSpice\NGSpice\42
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
Install-Script Refresh-EnvironmentVariables -Force
Refresh-EnvironmentVariables
- name: Config Ubuntu - Setup External Tools
if: ${{runner.os != 'Windows' }}
run: |
Expand Down

0 comments on commit cde7d5a

Please sign in to comment.