Skip to content

Commit

Permalink
build: fix Node.js 0.6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 5, 2022
1 parent d29a1a2 commit a97b756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:
shell: bash -eo pipefail -l {0}
run: |
if [[ "${{ matrix.node-version }}" == 0.6* ]]; then
sudo apt-get update
sudo apt-get install g++-4.8 gcc-4.8 libssl1.0-dev
export CC=/usr/bin/gcc-4.8
export CXX=/usr/bin/g++-4.8
Expand Down

0 comments on commit a97b756

Please sign in to comment.