Skip to content

Commit 24305c9

Browse files
committed
fix(nokogiri): w/o reinstall nodejs
1 parent f0c803e commit 24305c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
key: gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}
3030

3131
# - run: gem update --system 3.4.22
32-
- run: sudo apt-get install -y --no-install-recommends build-essential nodejs
32+
- run: sudo apt-get install -y --no-install-recommends build-essential
3333
- run: gem install bundler -v 2.4.22
3434

3535
- run: bundle config set deployment 'true'

0 commit comments

Comments
 (0)