Skip to content

Commit 00fe52e

Browse files
committed
ci: Try to fix the apt-install errors
1 parent e7fe45e commit 00fe52e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
with:
3434
node-version: 18
3535
cache: "yarn"
36-
- uses: ruby/setup-ruby@v1
36+
- uses: ruby/setup-ruby-pkgs@v1
3737
with:
3838
ruby-version: "3.4"
39+
apt-get: libvips-tools
3940
- name: Install Dependencies
4041
run: yarn install --frozen-lockfile
4142
- name: Packaging
@@ -44,7 +45,6 @@ jobs:
4445
run: git clone --depth=1 https://github.com/rails/rails
4546
- name: Configure Rails
4647
run: |
47-
sudo apt install libvips-tools
4848
cd rails
4949
yarn install --frozen-lockfile
5050
bundle add action_text-trix --path ".."

0 commit comments

Comments
 (0)