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 b65d9a8 commit 13c1a92Copy full SHA for 13c1a92
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
registry-url: 'https://npm.pkg.github.com'
28
- if: runner.os == 'Linux'
29
run: >
30
- sudo add-apt-repository ppa:kisak/turtle &&
+ sudo add-apt-repository ppa:kisak/kisak-mesa &&
31
sudo apt update &&
32
sudo apt-get install -y build-essential libgl1-mesa-dri libglapi-mesa libglew-dev libglu1-mesa-dev libosmesa6 libxi-dev mesa-utils pkg-config
33
- run: npm ci --ignore-scripts
0 commit comments