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.
2 parents 56fecee + d6521fd commit ce6457dCopy full SHA for ce6457d
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
toolchain:
11
- - "1.85" # Current MSRV due to Cargo MSRV feature
+ - "1.86" # Current MSRV due to 1.85 having problems with the AWS SDK
12
- stable
13
flags:
14
- "--all-features"
@@ -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