Skip to content

Commit d6521fd

Browse files
author
Ariel Ben-Yehuda
committed
ci: apt-get update
run apt-get update to avoid missing dependency problems
1 parent fcdfa4a commit d6521fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Checkout
7777
uses: actions/checkout@v4
7878
- name: Install async-profiler Dependencies
79-
run: sudo apt-get install -y sudo libicu-dev patchelf curl make g++ openjdk-11-jdk-headless gcovr
79+
run: sudo apt-get update && sudo apt-get install -y sudo libicu-dev patchelf curl make g++ openjdk-11-jdk-headless gcovr
8080
- name: Build async-profiler
8181
working-directory: tests
8282
shell: bash

0 commit comments

Comments
 (0)