Skip to content

chore(deps): bump cachix/install-nix-action from 24 to 26 #5

chore(deps): bump cachix/install-nix-action from 24 to 26

chore(deps): bump cachix/install-nix-action from 24 to 26 #5

Workflow file for this run

name: "CI/CD"
on:
pull_request:
push:
branches:
- main
jobs:
build_coq:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build .#coq-artifact