Skip to content

Commit 65a24fb

Browse files
committed
ci: use unwrapped package for dependencies derivation
Since adding the wrapper, CI built qs as it was a dependency of the wrapper instead of dependencies of qs itself.
1 parent 8d5d787 commit 65a24fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: DeterminateSystems/nix-installer-action@main
1717

1818
- name: Download Dependencies
19-
run: nix-build --no-out-link --expr '((import ./ci/matrix.nix) { qtver = "${{ matrix.qtver }}"; compiler = "${{ matrix.compiler }}"; }).inputDerivation'
19+
run: nix-build --no-out-link --expr '((import ./ci/matrix.nix) { qtver = "${{ matrix.qtver }}"; compiler = "${{ matrix.compiler }}"; }).unwrapped.inputDerivation'
2020

2121
- name: Build
2222
run: nix-build --no-out-link --expr '(import ./ci/matrix.nix) { qtver = "${{ matrix.qtver }}"; compiler = "${{ matrix.compiler }}"; }'

0 commit comments

Comments
 (0)