Skip to content

Commit 5ada2ca

Browse files
author
Daniele Briggi
committed
chore(workflow): remove dependency
1 parent 2edeaa6 commit 5ada2ca

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
@@ -63,7 +63,7 @@ jobs:
6363
if: matrix.name == 'linux-vulkan'
6464
run: |
6565
sudo apt-get update -y
66-
sudo apt-get install -y build-essential wget git cmake ccache sqlite3 libcurl4-openssl-dev
66+
sudo apt-get install -y build-essential wget git cmake sqlite3 libcurl4-openssl-dev
6767
6868
- name: linux install vulkan
6969
if: matrix.name == 'linux-vulkan'

0 commit comments

Comments
 (0)