Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor00f authored Nov 13, 2024
1 parent 4d34499 commit bd58d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ runs:
submodules: true

- if: runner.os == 'Windows'
run: kolibrios-gcc-toolchain/install.bat
run: ${{ github.action_path }}/kolibrios-gcc-toolchain/install.bat
shell: bash

- if: runner.os == 'Linux'
run: echo '' | kolibrios-gcc-toolchain/install.sh
run: echo '' | ${{ github.action_path }}/kolibrios-gcc-toolchain/install.sh
shell: bash


Expand Down

0 comments on commit bd58d82

Please sign in to comment.