Skip to content

Commit 80c9ff3

Browse files
committed
mb
1 parent 7a5ef15 commit 80c9ff3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/profile_exec_time.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17+
- name: Install tools manually
18+
run: sudo apt update && sudo apt install libtbb-dev
1719
- uses: actions/checkout@v4
1820

1921
- name: Build test simulation

.github/workflows/profile_mem_usage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17+
- name: Install tools manually
18+
run: sudo apt update && sudo apt install libtbb-dev
1719
- uses: actions/checkout@v4
1820

1921
- name: Install valgrind

0 commit comments

Comments
 (0)