Skip to content

fix rustc/ocaml/fpc, add profile onekey install script #3

fix rustc/ocaml/fpc, add profile onekey install script

fix rustc/ocaml/fpc, add profile onekey install script #3

Workflow file for this run

name: build
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable-small
- uses: cachix/cachix-action@v12
with:
name: luogu-judge
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake show --json | jq '.packages."x86_64-linux"|keys[]' | xargs -I {} nix build .#{}