Skip to content

Commit

Permalink
Escape "#"
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 1, 2023
1 parent 92f9cee commit ba40540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
with:
name: nixpkgs-terraform
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix build --impure .#${{ matrix.package.name }}
- run: nix build --impure .\#${{ matrix.package.name }}
env:
NIXPKGS_ALLOW_UNFREE: ${{ matrix.package.allow_unfree }}

0 comments on commit ba40540

Please sign in to comment.