We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6da88f commit 57ff67dCopy full SHA for 57ff67d
1 file changed
.github/workflows/build.yml
@@ -642,8 +642,11 @@ jobs:
642
- name: 🗑 Free disk space
643
run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache
644
645
+ - name: 📦 Build Nix package deps
646
+ run: nix build
647
+
648
- name: 📦 Build Nix package
- 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
650
651
- name: 📤 Push to Nix cache
652
env:
0 commit comments