mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +00:00
ci: macos: add missing tomli
This commit is contained in:
parent
63974e44d8
commit
c19162f2c5
1 changed files with 2 additions and 0 deletions
|
@ -251,6 +251,8 @@ macos installer stable:
|
|||
- open /Applications/Python\ 3.8/Install\ Certificates.command
|
||||
# Get ninja
|
||||
- pip3 install -U ninja
|
||||
# Get tomlib
|
||||
- pip3 install -U tomli
|
||||
script:
|
||||
# rust toolchain
|
||||
- curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
|
|
Loading…
Reference in a new issue