Update to latest brick/vty version. #43
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |