OF COURSE it's python

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

View File

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