Skip to content

Commit

Permalink
fix action if
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor00f committed Nov 12, 2024
1 parent 6bb502f commit d460b47
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ runs:
with:
submodules: true

- name: Install toolchain
- name: Install Windows toolchain
if: runner.os == "Window"
run: kolibrios-gcc-toolchain/install.bat
elif: runner.os == "Linux"

- name: Install Linux toolchain
if: runner.os == "Linux"
run: echo '' | kolibrios-gcc-toolchain/./install
shell: bash

Expand Down

0 comments on commit d460b47

Please sign in to comment.