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 938ac42 commit e3ef0caCopy full SHA for e3ef0ca
.github/workflows/ci.yaml
@@ -23,8 +23,7 @@ jobs:
23
- name: Configure Linux environment
24
if: ${{matrix.os == 'ubuntu-latest'}}
25
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
+ sudo apt-get install -y cmake libx11-dev zlib1g-dev libpng-dev libxtst-dev build-essential
28
- name: Install
29
run: npm run patch && npm i
30
- name: Build
0 commit comments