Skip to content

Commit

Permalink
ci: fix steps in sdk-test
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Jun 7, 2022
1 parent 288c082 commit e92f821
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ jobs:
container:
image: bluele/sgx-rust:2004-1.1.4
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
- run: make

0 comments on commit e92f821

Please sign in to comment.