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 bc22b0a commit dab5462Copy full SHA for dab5462
.github/workflows/main.yml
@@ -57,7 +57,7 @@ jobs:
57
sudo apt update
58
sudo apt install vulkan-sdk -y
59
sudo apt-get install -y mesa-vulkan-drivers
60
- if: ${{ contains(matrix.platform, 'ubuntu-22.04') && contains(matrix.args, 'vulkan') }}
+ if: matrix.platform == 'ubuntu-22.04'
61
62
- name: install frontend dependencies
63
run: bun install # change this to npm, pnpm or bun depending on which one you use.
0 commit comments