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

View file

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