Skip to content

Commit

Permalink
Add some channel debug
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Mar 13, 2024
1 parent c315cb2 commit b39dd15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ runs:
shell: bash
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixpkgs-23.11-darwin
nix_path: nixpkgs=channel:nixos-23.11
- name: Check nix channel
run: |
nix-channel --list
nix-channel --update
shell: bash
- name: Install Colima
Expand Down

0 comments on commit b39dd15

Please sign in to comment.