Skip to content

Commit 10e2057

Browse files
authored
ci: fix valgrind profiling native test (#14695)
## Description <!-- Provide an overview of the change and motivation for the change --> ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers -->
1 parent 6d6cc54 commit 10e2057

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/profiling-native.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- name: Install Valgrind
4242
if: ${{ matrix.sanitizer == 'valgrind' }}
4343
run: |
44+
sudo apt update
4445
sudo apt-get install -y valgrind
4546
4647
- name: Run tests with sanitizers

0 commit comments

Comments
 (0)