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 5bf6f39 commit 91f7adeCopy full SHA for 91f7ade
.github/workflows/publish-github-pages.yml
@@ -57,7 +57,8 @@ jobs:
57
58
- name: Install bundler
59
run: |
60
- sudo apt-get install -y build-essential patch ruby-dev zlib1g-dev liblzma-dev libxslt-dev pkg-config
+ sudo apt-get install -y build-essential patch ruby-dev zlib1g-dev liblzma-dev libxslt-dev pkg-config libffi
61
+ # https://bundler.io
62
gem install bundler:2.4
63
bundle config path vendor/bundle
64
bundle install --jobs 4 --retry 3
@@ -76,6 +77,12 @@ jobs:
76
77
ln -sv $(pwd)/doxygen-$DOXYGEN_VERSION/bin/doxygen .local/bin/doxygen
78
ls -l
79
80
+ - name: Use Nodejs
81
+ # https://github.com/actions/setup-node
82
+ uses: actions/setup-node@v3
83
+ with:
84
+ node-version: 18.x
85
+
86
- name: Install dependencies
87
# For the build helper and the Doxygen theme.
88
0 commit comments