Skip to content

fix: does this solve the problem for ubuntu. #12

fix: does this solve the problem for ubuntu.

fix: does this solve the problem for ubuntu. #12

Workflow file for this run

name: Checks
on:
push:
jobs:
build:
runs-on: movement-runner
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Run test in nix environment
run: nix develop --command bash -c "cargo check"