Skip to content

Commit 151c91a

Browse files
authored
Merge pull request #1466 from rust-lang/ci-fix
Fix CI package installation
2 parents 039bf15 + 2937fa3 commit 151c91a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
160160
- name: Configure environment
161161
run: |
162+
sudo apt-get update
162163
sudo apt-get install -y linux-tools-common linux-tools-generic linux-tools-`uname -r`
163164
echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
164165

0 commit comments

Comments
 (0)