diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 2163124..2ef201f 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -13,6 +13,11 @@ jobs: contents: write 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 + - name: Checkout source code uses: actions/checkout@v2 diff --git a/.github/workflows/push-test.yaml b/.github/workflows/push-test.yaml index 1894e2e..0fb8af3 100644 --- a/.github/workflows/push-test.yaml +++ b/.github/workflows/push-test.yaml @@ -11,6 +11,11 @@ jobs: contents: write 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 + - name: Checkout source code uses: actions/checkout@v2