Skip to content

Commit

Permalink
build fix WIP(8)
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Apr 3, 2024
1 parent c018067 commit ca9f5d3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,14 @@ jobs:
echo yes | ./"$SDK_BIN"
- name: Install Quote library SDK
run: |
sudo apt update
sudo apt install -y libsgx-dcap-ql libsgx-dcap-quote-verify libsgx-dcap-default-qpl libsgx-urts
sudo apt-get update
sudo apt-get install
curl -fsSL https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | sudo apt-key add -
sudo add-apt-repository "deb https://download.01.org/intel-sgx/sgx_repo/ubuntu focal main"
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
- name: Download LocalSecret
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit ca9f5d3

Please sign in to comment.