Skip to content

Commit

Permalink
fix conflict I didn't see
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Aug 24, 2023
1 parent b156a24 commit 4f08176
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,20 +167,6 @@ jobs:
runs-on: windows-latest
timeout-minutes: 60
steps:
<<<<<<< HEAD
- name: Install Bevy dependencies
run: |
sudo apt-get update;
DEBIAN_FRONTEND=noninteractive sudo apt-get install --no-install-recommends -yq \
libasound2-dev libudev-dev;
- name: install xvfb, llvmpipe and lavapipe
run: |
sudo apt-get update -y -qq
sudo add-apt-repository ppa:oibaf/graphics-drivers -y
sudo apt-get update
sudo apt install -y xvfb libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers libxkbcommon-x11-0
=======
>>>>>>> @{-1}
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 4f08176

Please sign in to comment.