Skip to content

Commit b46990f

Browse files
TEST
1 parent a534cfe commit b46990f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,8 @@ jobs:
646646
run: |
647647
HASH=$(nix eval --raw .#graphite${{ inputs.debug && '-dev' || '' }}.deps | cut -c12-43)
648648
curl -I https://graphite-dev.cachix.org/${HASH}.narinfo
649+
echo $HASH
650+
echo "https://graphite-dev.cachix.org/${HASH}.narinfo"
649651
nix build .#graphite${{ inputs.debug && '-dev' || '' }}.deps --no-link --print-out-paths --print-build-logs
650652
651653
- name: 📦 Build Nix package

0 commit comments

Comments
 (0)