From 01cd19ecdd2c090f708178fe4f0c4b3ed59f09e1 Mon Sep 17 00:00:00 2001 From: Jun Kimura Date: Sat, 19 Oct 2024 17:09:01 +0900 Subject: [PATCH] fix Signed-off-by: Jun Kimura --- .github/scripts/install_sgx_sdk.sh | 2 +- .github/workflows/test.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/scripts/install_sgx_sdk.sh b/.github/scripts/install_sgx_sdk.sh index d7e18df8..d6429790 100644 --- a/.github/scripts/install_sgx_sdk.sh +++ b/.github/scripts/install_sgx_sdk.sh @@ -25,4 +25,4 @@ cat intel-sgx-deb.key | tee /etc/apt/keyrings/intel-sgx-keyring.asc > /dev/null echo 'deb [signed-by=/etc/apt/keyrings/intel-sgx-keyring.asc arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main' | tee /etc/apt/sources.list.d/intel-sgx.list apt-get update -y -apt-get install -y libsgx-dcap-ql=$DCAP_VERSION +apt-get install -y libsgx-dcap-ql=$DCAP_VERSION libsgx-dcap-ql-dev=$DCAP_VERSION diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dda9c5cf..1a936f97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,6 @@ jobs: runs-on: ubuntu-22.04 env: SGX_MODE: SW - LD_LIBRARY_PATH: /lib/x86_64-linux-gnu steps: - uses: actions/checkout@v3 with: