Skip to content

Commit e3ef0ca

Browse files
committed
(#56) Updated CI workflow to install build-essenial package (gcc-9 and g++-9)
1 parent 938ac42 commit e3ef0ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- name: Configure Linux environment
2424
if: ${{matrix.os == 'ubuntu-latest'}}
2525
run: |
26-
sudo apt-get install -y cmake libx11-dev zlib1g-dev libpng-dev libxtst-dev g++-4.8 gcc-4.8
27-
export CXX=g++-4.8 && $CXX --version
26+
sudo apt-get install -y cmake libx11-dev zlib1g-dev libpng-dev libxtst-dev build-essential
2827
- name: Install
2928
run: npm run patch && npm i
3029
- name: Build

0 commit comments

Comments
 (0)