custom action for installing VA
This commit is contained in:
parent
415488e118
commit
0e477058cc
2 changed files with 6 additions and 6 deletions
6
.github/workflows/create-release.yaml
vendored
6
.github/workflows/create-release.yaml
vendored
|
@ -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
|
||||
|
|
6
.github/workflows/push-test.yaml
vendored
6
.github/workflows/push-test.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue