We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdfa4a commit d6521fdCopy full SHA for d6521fd
.github/workflows/build.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Checkout
77
uses: actions/checkout@v4
78
- name: Install async-profiler Dependencies
79
- run: sudo apt-get install -y sudo libicu-dev patchelf curl make g++ openjdk-11-jdk-headless gcovr
+ run: sudo apt-get update && sudo apt-get install -y sudo libicu-dev patchelf curl make g++ openjdk-11-jdk-headless gcovr
80
- name: Build async-profiler
81
working-directory: tests
82
shell: bash
0 commit comments