Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsm authored Jan 12, 2025
1 parent fccf356 commit 2abb805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ env:
PUBLISHER_NAME: "The Qucs-S Team"
BUILD_TYPE: Release
QT_VERSION: 6.8.1
NGSPICE_WIN_VERSION: 44.2
QUCS_MACOS_BIN: ${{github.workspace}}/build/qucs/qucs-s.app/Contents/MacOS/bin
QUCS_MACOS_RESOURCES: ${{github.workspace}}/build/qucs/qucs-s.app/Contents/MacOS/share/qucs-s
NGSPICE_URL: https://downloads.sourceforge.net/project/ngspice/ng-spice-rework/44.2/ngspice-44.2_64.7z
NGSPICE_URL: https://downloads.sourceforge.net/project/ngspice/ng-spice-rework/${{ NGSPICE_WIN_VERSION }}/ngspice-${{ NGSPICE_WIN_VERSION }}_64.7z

jobs:
setup:
Expand Down

0 comments on commit 2abb805

Please sign in to comment.