Skip to content

Commit

Permalink
ci: fix bad command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Nov 14, 2024
1 parent 8b00e38 commit 60d395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pin-hyprland.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: build and test hyprgrass
run: |
nix build .#hyprgrassWithTests \
--override-input 'github:hyprwm/hyprland/${{ inputs.hyprland_rev }}'
--override-input hyprland "${PWD}/hyprland" \
--option extra-substituters https://hyprland.cachix.org \
--option extra-trusted-public-keys hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=
- name: update commit pin and create pr
Expand Down

0 comments on commit 60d395d

Please sign in to comment.