Skip to content

Commit

Permalink
Install magick for graph test
Browse files Browse the repository at this point in the history
The GitHub runner changed to ubuntu 24 and we now need to specify this.
  • Loading branch information
rwstauner committed Dec 9, 2024
1 parent 6d9c1d8 commit 35a39a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
SKIP_BENCHMARKS: ${{ matrix.skip }}

- name: Test run_benchmarks.rb --graph
run: ./run_benchmarks.rb --graph fib
run: |
sudo apt-get install libmagickwand-dev
./run_benchmarks.rb --graph fib
if: matrix.ruby == 'ruby'
env:
WARMUP_ITRS: '1'
Expand Down

0 comments on commit 35a39a3

Please sign in to comment.