From 150ec279e18d34502900876db3408160077840c6 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 11 Mar 2023 10:04:27 +0100 Subject: [PATCH] Installing tomlq --- .github/workflows/updater.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 409173a..f674ba6 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -4,6 +4,11 @@ # FETCHING LATEST RELEASE AND ITS ASSETS #================================================= +#Installing tomlq +python3 -m venv venv +source venv/bin/activate +pip3 install tomlq + # Fetching information current_version=$(cat manifest.toml | tomlq -j '.version|split("~")[0]') repo=$(cat manifest.toml | tomlq -j '.upstream.code|split("https://github.com/")[1]')