Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Oct 19, 2024
1 parent a0894e3 commit b861d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
./enclave
cache-directories: |
~/.cargo/registry/src/**/librocksdb-sys-*
- run: bash .github/scripts/install_sgx_sdk.sh /opt/intel
- run: sudo bash .github/scripts/install_sgx_sdk.sh /opt/intel
- run: source /opt/intel/sgxsdk/environment && make -B
- run: source /opt/intel/sgxsdk/environment && make test
- run: source /opt/intel/sgxsdk/environment && make integration-test

0 comments on commit b861d03

Please sign in to comment.