Skip to content

Commit

Permalink
try fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor00f committed Nov 12, 2024
1 parent d460b47 commit 18bbabf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 18bbabf

Please sign in to comment.