Skip to content

Commit

Permalink
ci: add qpl for AS base test
Browse files Browse the repository at this point in the history
qpl is needed to verify TDX quotes.

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 authored and fitzthum committed Jun 21, 2024
1 parent c3c2d16 commit 1e8a88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/as-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sudo curl -L https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | sudo apt-key add -
sudo echo 'deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main' | sudo tee /etc/apt/sources.list.d/intel-sgx.list
sudo apt-get update
sudo apt-get install -y libsgx-dcap-quote-verify-dev
sudo apt-get install -y libsgx-dcap-quote-verify-dev libsgx-dcap-default-qpl
- name: Install Rust toolchain (${{ env.RUSTC_VERSION }})
run: |
Expand Down

0 comments on commit 1e8a88a

Please sign in to comment.