Skip to content

Commit 3a09fb9

Browse files
authored
Merge pull request #1262 from basecamp/flavorjones/fix-ci
ci: fix apt-install errors
2 parents e7fe45e + 43849b6 commit 3a09fb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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 ".."
@@ -103,7 +103,7 @@ jobs:
103103
- name: Run tests
104104
env:
105105
RAILS_BRANCH: ${{ matrix.rails_branch }}
106-
continue-on-error: ${{ matrix.experimental }}
106+
continue-on-error: ${{ matrix.experimental || false }}
107107
working-directory: "./action_text-trix"
108108
run: bin/rails test:all
109109

0 commit comments

Comments
 (0)