Skip to content

Commit c80c98e

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/snapshot_release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
- name: Configure Linux environment
5555
if: ${{matrix.os == 'ubuntu-latest'}}
5656
run: |
57-
sudo apt-get install -y cmake libx11-dev zlib1g-dev libpng-dev libxtst-dev g++-4.8 gcc-4.8
58-
export CXX=g++-4.8 && $CXX --version
57+
sudo apt-get install -y cmake libx11-dev zlib1g-dev libpng-dev libxtst-dev build-essential
5958
- name: Install
6059
run: npm run patch && npm i
6160
- name: Publish snapshot release

0 commit comments

Comments
 (0)