From 959000e4189749821eacd4d9b979d0f0940ecc60 Mon Sep 17 00:00:00 2001 From: Oleksandr Pravdyvyi Date: Mon, 25 Nov 2024 07:39:22 +0200 Subject: [PATCH] fix: ci test 1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2738171..a590ccf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: override: true - name: build ubuntu test if: success() || failure() - run: ./ci_scripts/build-ubuntu.sh + run: chmod 777 ./ci_scripts/build-ubuntu.sh && ./ci_scripts/build-ubuntu.sh lint: strategy: