Skip to content

Commit 7fe6d51

Browse files
committed
ci: Fix nix syntax.
1 parent 32694b0 commit 7fe6d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
uses: cachix/install-nix-action@v16
3737

3838
- name: Build PHP
39-
run: nix build .php${{ matrix.php.major }}${{ matrix.php.minor }}
39+
run: nix build \#php${{ matrix.php.major }}${{ matrix.php.minor }}

0 commit comments

Comments
 (0)