Skip to content

Commit

Permalink
Install bevy deps for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tychedelia committed Jan 17, 2024
1 parent 768df63 commit e5fcbe9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/nannou.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: sudo apt-get install libasound2-dev
- name: Install libxcb dev tools
run: sudo apt-get install libxcb-composite0-dev
- name: Install libuv dev tools
run: sudo apt-get install libudev-dev
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -56,6 +58,8 @@ jobs:
run: sudo apt-get install libasound2-dev
- name: Install libxcb dev tools
run: sudo apt-get install libxcb-composite0-dev
- name: Install libuv dev tools
run: sudo apt-get install libudev-dev
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand All @@ -82,6 +86,8 @@ jobs:
run: sudo apt update
- name: Install libxcb dev tools
run: sudo apt-get install libxcb-composite0-dev
- name: Install libuv dev tools
run: sudo apt-get install libudev-dev
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -110,6 +116,8 @@ jobs:
run: sudo apt-get install libasound2-dev
- name: Install libxcb dev tools
run: sudo apt-get install libxcb-composite0-dev
- name: Install libuv dev tools
run: sudo apt-get install libudev-dev
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -142,6 +150,8 @@ jobs:
run: sudo apt-get install libasound2-dev
- name: Install libxcb dev tools
run: sudo apt-get install libxcb-composite0-dev
- name: Install libuv dev tools
run: sudo apt-get install libudev-dev
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -214,6 +224,8 @@ jobs:
run: sudo apt-get install libasound2-dev
- name: Install libxcb dev tools
run: sudo apt-get install libxcb-composite0-dev
- name: Install libuv dev tools
run: sudo apt-get install libudev-dev
- name: Install stable
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit e5fcbe9

Please sign in to comment.