Skip to content

Update fluentci.toml #6

Update fluentci.toml

Update fluentci.toml #6

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and Test
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
plugin: cmake
args: |
generate
make
make test