Skip to content

Commit 2e5e3f7

Browse files
committed
describe to describe-eif
1 parent 4b162a8 commit 2e5e3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-eif.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Get PCR0
108108
run: |
109109
ENCLAVER=$(nix build '.#enclaver' --print-out-paths --no-link)
110-
PCR0=$("${ENCLAVER}/bin/enclaver" describe ./enclave.eif | grep -oP '"PCR0":\s*"\K[a-f0-9]+')
110+
PCR0=$("${ENCLAVER}/bin/enclaver" describe-eif --eif-path ./enclave.eif | grep -oP '"PCR0":\s*"\K[a-f0-9]+')
111111
112112
PCR0_KECCAK=$(cast keccak "0x${PCR0}")
113113
echo "PCR0: $PCR0"

0 commit comments

Comments
 (0)