Skip to content

Fix opencode path in README #11

Fix opencode path in README

Fix opencode path in README #11

Workflow file for this run

name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
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: rime
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#rime