forked from DGNum/colmena
.github: Fix job :/
This commit is contained in:
parent
1d6ec530ca
commit
d0c89302be
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -16,7 +16,9 @@ jobs:
|
|||
- run: nix flake check
|
||||
- run: nix build
|
||||
|
||||
build-2.3:
|
||||
build-compat:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: cachix/install-nix-action@v13
|
||||
- run: nix-build
|
||||
|
|
Loading…
Reference in a new issue