Skip to content

Commit

Permalink
fix(ci): xvfb on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy committed Jun 24, 2023
1 parent 6863b98 commit 1724807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Add dependencies
run: |
dnf update -y
dnf install -y jq cmake ninja-build gtk3-devel xvfb docker clang
dnf install -y jq cmake ninja-build gtk3-devel xorg-x11-server-Xvfb docker clang
dnf clean all
- if: ${{ matrix.arch != 'x64' }}
name: Set up cross compiling
Expand Down

0 comments on commit 1724807

Please sign in to comment.