Bump github.com/gdamore/tcell/v2 from 2.6.1-0.20231203215052-2917c3801e73 to 2.7.1 #32
Workflow file for this run
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: Nix | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Install Nix | |
uses: cachix/install-nix-action@v24 | |
- name: Nix version | |
run: nix --version | |
- name: Nix build | |
run: nix build -L .#packages.x86_64-linux.process-compose |