Skip to content

Add support for save and load bytecode programs #26

Add support for save and load bytecode programs

Add support for save and load bytecode programs #26

Workflow file for this run

name: "Build"
on:
pull_request:
push:
jobs:
compilation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
- run: nix run .#build -L