From 62c325405cdf820b2abbc488f76e7d2ba97755a3 Mon Sep 17 00:00:00 2001 From: Jun Kimura Date: Sun, 28 Jan 2024 00:38:44 +0900 Subject: [PATCH] update intel-sgx-sdk Signed-off-by: Jun Kimura --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 145bea24..8a5e46ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,9 +44,9 @@ jobs: ./enclave cache-directories: | ~/.cargo/registry/src/**/librocksdb-sys-* - - run: curl -LO https://download.01.org/intel-sgx/sgx-linux/2.19/distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.19.100.3.bin - - run: chmod +x ./sgx_linux_x64_sdk_2.19.100.3.bin - - run: echo -e 'no\n/opt' | ./sgx_linux_x64_sdk_2.19.100.3.bin + - run: curl -LO https://download.01.org/intel-sgx/sgx-linux/2.23/distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.23.100.2.bin + - run: chmod +x ./sgx_linux_x64_sdk_2.23.100.2.bin + - run: echo -e 'no\n/opt' | ./sgx_linux_x64_sdk_2.23.100.2.bin - run: source /opt/sgxsdk/environment && make -B - run: source /opt/sgxsdk/environment && make test - run: source /opt/sgxsdk/environment && make integration-test