Skip to content

Commit f340db6

Browse files
committed
chore: update gha
1 parent 5a903bc commit f340db6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
# - name: Setup prerequisites
15-
# run: |
16-
# sudo apt-get update
17-
# sudo apt-get install -y curl make libxml2-dev libxslt-dev libnode-dev node-gyp libssl-dev npm openssl xsltproc
14+
- name: Setup prerequisites
15+
run: |
16+
sudo apt-get update
17+
sudo apt-get install -y xsltproc
1818
- uses: ruby/setup-ruby@v1
1919
with:
2020
ruby-version: '3.3'

0 commit comments

Comments
 (0)