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 e3ef0ca commit c80c98eCopy full SHA for c80c98e
.github/workflows/snapshot_release.yaml
@@ -54,8 +54,7 @@ jobs:
54
- name: Configure Linux environment
55
if: ${{matrix.os == 'ubuntu-latest'}}
56
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
+ sudo apt-get install -y cmake libx11-dev zlib1g-dev libpng-dev libxtst-dev build-essential
59
- name: Install
60
run: npm run patch && npm i
61
- name: Publish snapshot release
0 commit comments