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 c80c98e commit 6516423Copy full SHA for 6516423
.github/workflows/tagged_release.yaml
@@ -55,8 +55,7 @@ jobs:
55
- name: Configure Linux environment
56
if: ${{matrix.os == 'ubuntu-latest'}}
57
run: |
58
- sudo apt-get install -y cmake libx11-dev zlib1g-dev libpng-dev libxtst-dev g++-4.8 gcc-4.8
59
- export CXX=g++-4.8 && $CXX --version
+ sudo apt-get install -y cmake libx11-dev zlib1g-dev libpng-dev libxtst-dev build-essential
60
- name: Install
61
run: npm run patch && npm i
62
- name: Publish tagged release
0 commit comments