summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2022-02-21 15:19:31 +0100
committerMartijn van Beurden <mvanb1@gmail.com>2022-04-13 17:37:50 +0200
commit31bcbb8662cf95726769d2c747e584cbe5d96cbe (patch)
treef3a3544e79ab082094ea233fb44791a57686e578 /.github
parentce31a1d51f2cef8867bd5574e86df27633787628 (diff)
downloadflac-31bcbb8662cf95726769d2c747e584cbe5d96cbe.tar.gz
[CI] Run full test suite on Windows
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/action.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml
index b6d25321..b1b45e14 100644
--- a/.github/workflows/action.yml
+++ b/.github/workflows/action.yml
@@ -133,6 +133,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y libtool-bin libogg-dev doxygen libxml2-utils w3c-sgml-lib
+ - name: Install Windows dependencies
+ if: startsWith(matrix.os,'windows')
+ run: |
+ choco install busybox
+
- name: Build with Autotools
if: startsWith(matrix.build-system,'autotools')
env: