Skip to content

Commit 94c6faa

Browse files
committed
Use ruby/setup-ruby to manage bundler (install & cache) (2)
1 parent 972b762 commit 94c6faa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919

20+
- name: Install ImageMagick
21+
run: brew install imagemagick@7
22+
2023
- name: Setup Ruby 3.1
2124
uses: ruby/setup-ruby@v1
2225
with:
2326
ruby-version: 3.1
2427
bundler-cache: true
2528

26-
- name: Install ImageMagick
27-
run: brew install imagemagick@7
28-
2929
- name: Cache nanoc
3030
id: cache-nanoc
3131
uses: actions/cache@v4

0 commit comments

Comments
 (0)