Skip to content

Add fli decoding

Add fli decoding #13

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Just
run: |
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to ~/.local/bin
export PATH=$HOME/.local/bin:$PATH
- name: Build Chata
run: |
#cd Chata
just build