Skip to content

Commit 57ff67d

Browse files
TMP
1 parent a6da88f commit 57ff67d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,11 @@ jobs:
642642
- name: 🗑 Free disk space
643643
run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache
644644

645+
- name: 📦 Build Nix package deps
646+
run: nix build
647+
645648
- name: 📦 Build Nix package
646-
run: nix build .#graphite${{ inputs.debug && '-dev' || '' }} --no-link --print-out-paths --print-build-logs
649+
run: nix build .#graphite${{ inputs.debug && '-dev' || '' }}.deps --no-link --print-out-paths --print-build-logs
647650

648651
- name: 📤 Push to Nix cache
649652
env:

0 commit comments

Comments
 (0)