Skip to content

Commit

Permalink
[ci] Explicitly disable vulkan_use_x11
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-kim committed Feb 8, 2023
1 parent 91d22cb commit ecb9ed7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Generate sysroot
run: src/flutter/ci/tizen/generate_sysroot.py --out /tizen_tools/sysroot

- name: Disable vulkan_use_x11
run: sed -i 's/vulkan_use_x11 = true/vulkan_use_x11 = false/g' src/build_overrides/vulkan_headers.gni

- name: Build
run: |
src/flutter/tools/gn \
Expand Down

0 comments on commit ecb9ed7

Please sign in to comment.