Skip to content

Commit

Permalink
build fix WIP(9)
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Apr 3, 2024
1 parent ca9f5d3 commit d69069b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d69069b

Please sign in to comment.