Skip to content

chore: package for ubuntu/debian and fedora #34

chore: package for ubuntu/debian and fedora

chore: package for ubuntu/debian and fedora #34

Workflow file for this run

# Do not edit this file directly. It is generated by https://deno.land/x/fluent_github_actions
name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential libasound2-dev
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- run: brew install protobuf
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v5
- name: Run tests
run: |
fluentci run --wasm rust test