custom action for installing VA

This commit is contained in:
alterNERDtive 2022-07-09 21:49:00 +02:00
parent 415488e118
commit 0e477058cc
2 changed files with 6 additions and 6 deletions

View file

@ -14,9 +14,9 @@ jobs:
steps:
- name: Install VoiceAttack
run: |
curl.exe -o VoiceAttackSetup.exe https://voiceattack.com/FileSend.aspx?id=VoiceAttackInstaller64.exe
.\VoiceAttackSetup /sp- /verysilent /suppressmsgboxes /norestart /nocloseapplications /norestartapplications /noicons
uses: alterNERDtive/setup-voiceattack-action@develop
with:
version: "1.10"
- name: Checkout source code
uses: actions/checkout@v2

View file

@ -12,9 +12,9 @@ jobs:
steps:
- name: Install VoiceAttack
run: |
curl.exe -o VoiceAttackSetup.exe https://voiceattack.com/FileSend.aspx?id=VoiceAttackInstaller64.exe
.\VoiceAttackSetup /sp- /verysilent /suppressmsgboxes /norestart /nocloseapplications /norestartapplications /noicons
uses: alterNERDtive/setup-voiceattack-action@develop
with:
version: "1.10"
- name: Checkout source code
uses: actions/checkout@v2