Skip to content

update action.yml

update action.yml #16

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Egor00f/install-kolibrios-toolchain-action@main
- name: Test toolchain working
run: |
kos32-gcc -v
kos32-g++ -v
kos32-ar -V
kos32-objcopy -V
kos32-strip -V