From 8552e286c2960d18df0e096166f29a26f2d3c2f1 Mon Sep 17 00:00:00 2001 From: kobalicek Date: Thu, 23 Feb 2023 16:18:07 +0100 Subject: [PATCH] [CI] Updated to use build-actions new prepare-environment --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb31f0b..b93dc0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -186,7 +186,7 @@ jobs: PATH="/usr/sbin:/usr/pkg/sbin:/usr/pkg/bin:$PATH:$(pwd)/build-actions" export PATH - sh ./build-actions/install-python3.sh + sh ./build-actions/prepare-environment.sh python3 build-actions/action.py \ --step=all \ --compiler=${{matrix.cc}} \ @@ -230,7 +230,7 @@ jobs: PATH="/usr/sbin:/usr/pkg/sbin:/usr/pkg/bin:$PATH:$(pwd)/build-actions" export PATH - bash ./build-actions/install-python3.sh + bash ./build-actions/prepare-environment.sh python3 ./build-actions/action.py \ --step=all \ --compiler=${{matrix.cc}} \