Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tong/kha-action

Kha CI workflow setup
https://github.com/tong/kha-action

actions ci kha

Last synced: 18 days ago
JSON representation

Kha CI workflow setup

Awesome Lists containing this project

README

        

# Kha for Actions

This action sets up a [kha](https://github.com/Kode/Kha) environment for use in your workflows.

[![Test](https://github.com/tong/kha-action/actions/workflows/test.yml/badge.svg)](https://github.com/tong/kha-action/actions/workflows/test.yml)

## Usage

```yaml
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tong/[email protected]
with:
target: "linux"
graphics: "opengl"
compile: "true"
```