Skip to content

Commit ce6457d

Browse files
authored
Merge pull request #83 from arielb1/msrv-1-86
Msrv 1 86
2 parents 56fecee + d6521fd commit ce6457d

File tree

2 files changed

+87
-76
lines changed

2 files changed

+87
-76
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
toolchain:
11-
- "1.85" # Current MSRV due to Cargo MSRV feature
11+
- "1.86" # Current MSRV due to 1.85 having problems with the AWS SDK
1212
- stable
1313
flags:
1414
- "--all-features"
@@ -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)