Skip to content

Commit

Permalink
vulkan
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Aug 26, 2024
1 parent 2e64777 commit 5ae909f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake
- name: Setup Vulkan SDK
uses: humbletim/[email protected]
with:
vulkan-query-version: 1.3.204.0
vulkan-components: Vulkan-Headers, Vulkan-Loader
vulkan-use-cache: true
sudo apt-get install -y cmake libvulkan-dev vulkan-utils
- name: Setup Flutter
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit 5ae909f

Please sign in to comment.