Skip to content

bump: sev crate to 3.1.1 (#52) #57

bump: sev crate to 3.1.1 (#52)

bump: sev crate to 3.1.1 (#52) #57

Workflow file for this run

name: e2e
on:
push:
branches: [ "main" ]
jobs:
build-and-run-example:
runs-on: [ "self-hosted", "azure-cvm", "ubuntu-2204" ]
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential libssl-dev pkg-config libtss2-dev
- name: Build example project
working-directory: ./az-snp-vtpm
run: cargo build --release -p example
- name: Run example project
working-directory: ./az-snp-vtpm
run: sudo ./target/release/example