From 9b906ee65879d39f697112500b50c5bcfa1c884c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B3=D0=BE=D1=80?= <148970641+Egor00f@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:45:10 +0500 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2fe4c34..d2cb6a3 100644 --- a/action.yml +++ b/action.yml @@ -17,6 +17,6 @@ runs: submodules: true - name: Install toolchain - run: ${{ github.action_path }}/kolibrios-gcc-toolchain/./install + run: kolibrios-gcc-toolchain/./install shell: bash