Skip to content

Commit

Permalink
Update build_base.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kor committed Apr 28, 2024
1 parent 9de5072 commit a898466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Compile SW Perf Host Example
run: |
mkdir build_perf_host_sw && cd build_perf_host_sw
/usr/bin/cmake ../examples_sw/ -DEXAMPLE=perf_local
mkdir build_perf_local_sw && cd build_perf_local_sw
/usr/bin/cmake ../ -DEXAMPLE=perf_local
make
- name: Artifact upload
Expand Down

0 comments on commit a898466

Please sign in to comment.