Skip to content

Commit

Permalink
Update cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBingman committed Nov 14, 2024
1 parent 0813b49 commit a204546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Nix Deps
run: sudo apt install xz-utils
run: sudo apt update && sudo apt install xz-utils
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
Expand Down

0 comments on commit a204546

Please sign in to comment.