Skip to content

Commit

Permalink
ci: fix CI error
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Jun 6, 2023
1 parent a85749d commit b67c999
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
./enclave
- uses: actions-rs/cargo@v1
- run: make lint-tools
- run: make lint
- run: export SGX_MODE=HW && make lint

relayer:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -57,6 +57,7 @@ jobs:
"source /opt/sgxsdk/environment && \
source /root/.cargo/env && \
export SGX_MODE=SW && \
sed -i -e 's#deb https://download.01.org/intel-sgx/sgx_repo/ubuntu.*##g' /etc/apt/sources.list && \
apt update -y && apt install -y libclang-dev && \
make && make test integration-test cgen"
- run: sudo chown -R runner:docker . ${HOME}/.cargo

0 comments on commit b67c999

Please sign in to comment.