Skip to content

Commit

Permalink
Check nix channel
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 0b9b68e commit c315cb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ runs:
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixpkgs-23.11-darwin
- name: Check nix channel
run: |
nix-channel --update
shell: bash
- name: Install Colima
run: |
echo "::group::Installing Colima"
Expand Down

0 comments on commit c315cb2

Please sign in to comment.