Skip to content

Commit c266e4a

Browse files
committed
set envs
1 parent 286e6aa commit c266e4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/scripts/install-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ wget https://github.com/Kitware/CMake/releases/download/v3.15.6/cmake-3.15.6-Lin
1616
sudo bash cmake-3.15.6-Linux-x86_64.sh --skip-license --prefix=/usr/local
1717

1818
# Generate keypair for attestation
19-
openssl genrsa -out private_key.pem -3 3072
19+
openssl genrsa -out ./private_key.pem -3 3072

.github/scripts/setup-env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
source opaqueenv
22
source /opt/openenclave/share/openenclave/openenclaverc
3+
export MODE=SIMULATE

0 commit comments

Comments
 (0)