We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fe45e commit 00fe52eCopy full SHA for 00fe52e
.github/workflows/ci.yml
@@ -33,9 +33,10 @@ jobs:
33
with:
34
node-version: 18
35
cache: "yarn"
36
- - uses: ruby/setup-ruby@v1
+ - uses: ruby/setup-ruby-pkgs@v1
37
38
ruby-version: "3.4"
39
+ apt-get: libvips-tools
40
- name: Install Dependencies
41
run: yarn install --frozen-lockfile
42
- name: Packaging
@@ -44,7 +45,6 @@ jobs:
44
45
run: git clone --depth=1 https://github.com/rails/rails
46
- name: Configure Rails
47
run: |
- sudo apt install libvips-tools
48
cd rails
49
yarn install --frozen-lockfile
50
bundle add action_text-trix --path ".."
0 commit comments