Skip to content

Commit

Permalink
Fix rust-sgx-sdk image used.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cape committed Jul 26, 2022
1 parent 5ccb189 commit 94dd399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mobilecoin-dev-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
build-rust-hardware-projects:
runs-on: [self-hosted, Linux, large]
container:
image: mobilecoin/rust-sgx-base@v0.0.14
image: mobilecoin/rust-sgx-base@0.0.14
env:
ENCLAVE_SIGNING_KEY_PATH: ${{ github.workspace }}/.tmp/enclave_signing.pem
MINTING_TRUST_ROOT_PUBLIC_KEY_PEM: ${{ github.workspace }}/.tmp/minting_trust_root.public.pem
Expand Down

0 comments on commit 94dd399

Please sign in to comment.