Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/workflows/testAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,13 +408,12 @@ jobs:
PowerShell -Command "Set-ExecutionPolicy Bypass"
PowerShell -Command "Set-PSRepository PSGallery -InstallationPolicy Trusted"
PowerShell -Command "Install-Module -Name SignPath -Force"
- parallel:
- name: Build NVDAController client
shell: cmd
run: scons client %sconsArgs% %sconsCores%
- name: Create NVDA launcher
shell: cmd
run: scons %sconsLauncherOutTargets% %sconsArgs%
- name: Build NVDAController client
shell: cmd
run: scons client %sconsArgs% %sconsCores%
- name: Create NVDA launcher
shell: cmd
run: scons %sconsLauncherOutTargets% %sconsArgs%
- name: Upload launcher
id: uploadLauncher
uses: actions/upload-artifact@v7
Expand Down
Loading