Skip to content

Update dependencies of the github actions. #37

Update dependencies of the github actions.

Update dependencies of the github actions. #37

Workflow file for this run

name: build-project
on: push
#
jobs:
build-package:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: install nix
uses: cachix/install-nix-action@v25
- run: nix build
build-dev-shell:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: install nix
uses: cachix/install-nix-action@v25
- run: nix build .#devShells.x86_64-linux.default