Skip to content

Commit d5b818c

Browse files
committed
Add missing apt-get update before apt-get install
1 parent 923cfa0 commit d5b818c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242

4343
- name: Test run_benchmarks.rb --graph
4444
run: |
45+
sudo apt-get update
4546
sudo apt-get install -y --no-install-recommends libmagickwand-dev
4647
./run_benchmarks.rb --graph fib
4748
if: matrix.ruby == 'ruby'

0 commit comments

Comments
 (0)