From 415488e1189c6984dcd92ca978c9ea6ab0a4fac5 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Sat, 9 Jul 2022 17:01:50 +0200 Subject: [PATCH] VA through github actions test --- .github/workflows/create-release.yaml | 5 +++++ .github/workflows/push-test.yaml | 5 +++++ 2 files changed, 10 insertions(+) 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