From 256d709650ed0a11571b33219d814e492334e507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steve=20Ku=CC=88ng?= Date: Wed, 26 Jun 2024 13:27:05 +0200 Subject: [PATCH] fix --- .github/workflows/main_mwa2test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main_mwa2test.yml b/.github/workflows/main_mwa2test.yml index 7e8da90..17f5807 100644 --- a/.github/workflows/main_mwa2test.yml +++ b/.github/workflows/main_mwa2test.yml @@ -29,6 +29,9 @@ jobs: - name: Install dependencies run: pip install -r requirements_azure.txt + + - name: create munkirepo directory + run: mkdir munkirepo - name: Install munkitools run: curl -Lk -o /tmp/munkitools.zip `curl --silent https://api.github.com/repos/munki/munki/releases/latest | /usr/bin/awk '/zipball_url/ { print $2 }' | sed 's/[",]//g'` && unzip /tmp/munkitools.zip -d /tmp/munkitools && rm -rf /tmp/munkitools.zip && cp -R /tmp/munkitools/munki-munki-*/code/client munkitools && rm -rf /tmp/munkitools