We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5ef15 commit 80c9ff3Copy full SHA for 80c9ff3
.github/workflows/profile_exec_time.yml
@@ -14,6 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
+ - name: Install tools manually
18
+ run: sudo apt update && sudo apt install libtbb-dev
19
- uses: actions/checkout@v4
20
21
- name: Build test simulation
.github/workflows/profile_mem_usage.yml
- name: Install valgrind
0 commit comments