Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DemesneGH committed Jul 10, 2024
1 parent c04fa52 commit 765bd61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
export ARCH_HOST=arm
unset ARCH_TA
source environment
make -j`nproc`
make clean && make -j`nproc`
# Build OP-TEE Rust examples for Arm 64-bit host and 32-bit TA
unset ARCH_HOST
export ARCH_TA=arm
source environment
make -j`nproc`
make clean && make -j`nproc`
# Build OP-TEE Rust examples for Arm 64-bit both host and TA
unset ARCH_TA
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
# Build OP-TEE Rust examples for Arm 64-bit both host and TA
make -j`nproc`
- name: Run tests for Arm 64-bit both host and TA
- name: Run tests for Arm 32-bit both host and TA
run: |
apt update && apt install libslirp-dev -y
export ARCH_TA=arm
Expand Down

0 comments on commit 765bd61

Please sign in to comment.