From b07ffe39851abfb55e08e3872adc66978c3a8676 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Sat, 11 Jan 2025 01:09:32 +0300 Subject: [PATCH] update deploy --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index a7578b1..bd1745a 100644 --- a/action.yml +++ b/action.yml @@ -89,7 +89,7 @@ runs: run: | source .env - SPEC_FILE="${SPECFILE}" + SPEC_FILE=${SPECFILE} BASE_URL="https://packages.buildkite.com/r11-team/r11-x86-64/files/" # Функция для установки зависимостей @@ -142,7 +142,7 @@ runs: #} # Установка всех зависимостей - install_dependencies + # install_dependencies # Установка всех остальных зависимостей sudo urpmi --buildrequires --auto ${SPECFILE}