From d69069b787bff543b5055d381a116b9a7b884cbf Mon Sep 17 00:00:00 2001 From: valdok Date: Wed, 3 Apr 2024 09:49:49 +0000 Subject: [PATCH] build fix WIP(9) --- .github/workflows/ci.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ff7dad159..37d1f9af6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -123,7 +123,21 @@ jobs: sudo apt-get update DCAP_VERSION=1.17.100.4-focal1 PSW_VERSION=2.20.100.4-focal1 - sudo apt-get install -y libsgx-dcap-ql=$DCAP_VERSION libsgx-dcap-quote-verify=$DCAP_VERSION libsgx-dcap-default-qpl=$DCAP_VERSION libsgx-urts=$PSW_VERSION + sudo apt-get install -y \ + libsgx-aesm-launch-plugin=$PSW_VERSION \ + libsgx-enclave-common=$PSW_VERSION \ + libsgx-epid=$PSW_VERSION \ + libsgx-launch=$PSW_VERSION \ + libsgx-quote-ex=$PSW_VERSION \ + libsgx-uae-service=$PSW_VERSION \ + libsgx-qe3-logic=$DCAP_VERSION \ + libsgx-pce-logic=$DCAP_VERSION \ + libsgx-aesm-ecdsa-plugin=$PSW_VERSION \ + libsgx-aesm-pce-plugin=$PSW_VERSION \ + libsgx-dcap-ql=$DCAP_VERSION \ + libsgx-dcap-quote-verify=$DCAP_VERSION \ + libsgx-dcap-default-qpl=$DCAP_VERSION \ + libsgx-urts=$PSW_VERSION && \ - name: Download LocalSecret uses: actions/download-artifact@v3 with: