Skip to content

Commit a97b756

Browse files
committed
build: fix Node.js 0.6 build
1 parent d29a1a2 commit a97b756

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ jobs:
129129
shell: bash -eo pipefail -l {0}
130130
run: |
131131
if [[ "${{ matrix.node-version }}" == 0.6* ]]; then
132+
sudo apt-get update
132133
sudo apt-get install g++-4.8 gcc-4.8 libssl1.0-dev
133134
export CC=/usr/bin/gcc-4.8
134135
export CXX=/usr/bin/g++-4.8

0 commit comments

Comments
 (0)