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 f0c803e commit 24305c9Copy full SHA for 24305c9
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
key: gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
30
31
# - run: gem update --system 3.4.22
32
- - run: sudo apt-get install -y --no-install-recommends build-essential nodejs
+ - run: sudo apt-get install -y --no-install-recommends build-essential
33
- run: gem install bundler -v 2.4.22
34
35
- run: bundle config set deployment 'true'
0 commit comments