Skip to content

install cc if not installed #101

install cc if not installed

install cc if not installed #101

Workflow file for this run

# Do not edit this file directly. It is generated by Fluent Github Actions
name: ci
on:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
plugin: deno
args: |
fmt
test
coverage
- name: Run Dagger Pipelines
run: |
dagger -m github.com/fluent-ci-templates/rust-pipeline@main functions
- name: Upload to Codecov
run: fluentci run --wasm codecov upload
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
publish:
needs: tests
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.41
- name: Publish package
run: deno publish --allow-slow-types