dump env
Some checks failed
Update Determinate Nix binary / update_lockfile (push) Failing after 9s

This commit is contained in:
ahuston-0 2025-05-26 13:27:08 -04:00
parent 187cc4fdc0
commit aa98c11c8b
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -35,6 +35,11 @@ jobs:
- name: Download binary
run: |
echo "$DETERMINATE_URL"
echo ""
echo "$GITHUB_ENV"
wget --content-disposition "$DETERMINATE_URL"
env:
DETERMINATE_URL: ${{ vars.DETERMINATE_URL }}