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