fix(workflows): Fix wording
This commit is contained in:
parent
3d4b40bb22
commit
b2d87bbfbe
1 changed files with 2 additions and 5 deletions
|
@ -17,10 +17,7 @@ jobs:
|
|||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
||||
- name: Update dependencies and open PR if necessary
|
||||
- name: Build the nodes
|
||||
run: |
|
||||
# Enter the shell
|
||||
nix-shell
|
||||
|
||||
# Build the configurations
|
||||
colmena build
|
||||
nix-shell --run 'colmena build'
|
||||
|
|
Loading…
Reference in a new issue