Skip to content

Commit d031f03

Browse files
authored
Install magick for graph test (#353)
The GitHub runner changed to ubuntu 24 and we now need to specify this.
1 parent 6d9c1d8 commit d031f03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
SKIP_BENCHMARKS: ${{ matrix.skip }}
4242

4343
- name: Test run_benchmarks.rb --graph
44-
run: ./run_benchmarks.rb --graph fib
44+
run: |
45+
sudo apt-get install -y --no-install-recommends libmagickwand-dev
46+
./run_benchmarks.rb --graph fib
4547
if: matrix.ruby == 'ruby'
4648
env:
4749
WARMUP_ITRS: '1'

0 commit comments

Comments
 (0)