This commit is contained in:
Nadia Holmquist Pedersen 2023-12-28 11:19:29 +01:00
parent c8c9755075
commit be9846709f
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
brew install autoconf automake autoconf-archive glib libtool
pip3 install distutils
brew install autoconf automake autoconf-archive glib libtool && pip3 install distutils
- uses: lukka/get-cmake@latest
- uses: lukka/run-vcpkg@v11
with: