From c19162f2c53fca58f279a476d9b16be980746249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Thu, 12 Sep 2024 20:16:11 +0200 Subject: [PATCH] ci: macos: add missing tomli --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d3511e..3bce392 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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