ci: macos: add missing tomli

This commit is contained in:
Stéphane Cerveau 2024-09-12 20:16:11 +02:00
parent 63974e44d8
commit c19162f2c5

View file

@ -251,6 +251,8 @@ macos installer stable:
- open /Applications/Python\ 3.8/Install\ Certificates.command - open /Applications/Python\ 3.8/Install\ Certificates.command
# Get ninja # Get ninja
- pip3 install -U ninja - pip3 install -U ninja
# Get tomlib
- pip3 install -U tomli
script: script:
# rust toolchain # rust toolchain
- curl https://sh.rustup.rs -sSf | sh -s -- -y - curl https://sh.rustup.rs -sSf | sh -s -- -y