We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5e3f7 commit 5a49cfdCopy full SHA for 5a49cfd
.github/workflows/build-eif.yml
@@ -107,7 +107,7 @@ jobs:
107
- name: Get PCR0
108
run: |
109
ENCLAVER=$(nix build '.#enclaver' --print-out-paths --no-link)
110
- PCR0=$("${ENCLAVER}/bin/enclaver" describe-eif --eif-path ./enclave.eif | grep -oP '"PCR0":\s*"\K[a-f0-9]+')
+ PCR0=$("${ENCLAVER}/bin/enclaver" describe-eif ./enclave.eif | grep -oP '"PCR0":\s*"\K[a-f0-9]+')
111
112
PCR0_KECCAK=$(cast keccak "0x${PCR0}")
113
echo "PCR0: $PCR0"
0 commit comments