From 18bbabff922f76e617b51d4b98e4d5f07430912e Mon Sep 17 00:00:00 2001 From: Egor00f Date: Tue, 12 Nov 2024 14:27:46 +0000 Subject: [PATCH] try fix action --- action.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 4ce4cf6..936964c 100644 --- a/action.yml +++ b/action.yml @@ -16,12 +16,11 @@ runs: with: submodules: true - - name: Install Windows toolchain - if: runner.os == "Window" + - if: runner.os == 'Windows' run: kolibrios-gcc-toolchain/install.bat + shell - - name: Install Linux toolchain - if: runner.os == "Linux" + - if: runner.os == 'Linux' run: echo '' | kolibrios-gcc-toolchain/./install shell: bash