Skip to content

Commit dab5462

Browse files
committed
build for ubuntu
1 parent bc22b0a commit dab5462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
sudo apt update
5858
sudo apt install vulkan-sdk -y
5959
sudo apt-get install -y mesa-vulkan-drivers
60-
if: ${{ contains(matrix.platform, 'ubuntu-22.04') && contains(matrix.args, 'vulkan') }}
60+
if: matrix.platform == 'ubuntu-22.04'
6161

6262
- name: install frontend dependencies
6363
run: bun install # change this to npm, pnpm or bun depending on which one you use.

0 commit comments

Comments
 (0)