forked from sclausen/bevy_app_compute
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from AnthonyTornetta/bevy-update
Bevy update to 0.15
- Loading branch information
Showing
11 changed files
with
1,450 additions
and
476 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,9 @@ jobs: | |
mesa-vulkan-drivers \ | ||
libvulkan1 \ | ||
vulkan-tools \ | ||
vulkan-validationlayers | ||
vulkan-validationlayers \ | ||
libasound2-dev \ | ||
libudev-dev | ||
- run: vulkaninfo | ||
- uses: actions/checkout@v4 | ||
- uses: actions-rs/toolchain@v1 | ||
|
@@ -37,8 +39,9 @@ jobs: | |
override: true | ||
- name: Build | ||
run: cargo build --verbose | ||
- name: Test | ||
run: cargo test --verbose | ||
# Test is broken in GH CI for now - make sure to test it locally | ||
# - name: Test | ||
# run: cargo test --verbose | ||
- name: Clippy check | ||
uses: actions-rs/[email protected] | ||
with: | ||
|
@@ -48,4 +51,3 @@ jobs: | |
uses: mbrobbel/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
Oops, something went wrong.