Skip to content

support browser floorp #3

support browser floorp

support browser floorp #3

Workflow file for this run

name: "Build and Cache"
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: weiss
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Build webman-cli
run: nix build .#webman-cli
- name: Build webman-server
run: nix build .#webman-server