Skip to content

Commit

Permalink
test fix bump-nix
Browse files Browse the repository at this point in the history
  • Loading branch information
qxb3 committed Jan 20, 2025
1 parent c196d1e commit b098371
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/bump-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

- name: Set up Nix
run: |
curl -L https://nixos.org/nix/install | sh
export PATH=$PATH:/home/runner/.nix-profile/bin
sudo apt update
sudo apt install -y nix-env
- name: Extract version from tag
id: version
Expand All @@ -28,7 +28,6 @@ jobs:
- name: Update flake.lock
run: |
nix --version
nix flake update
- name: Commit & Push
Expand Down

0 comments on commit b098371

Please sign in to comment.