Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jul 21, 2024
1 parent 4507833 commit ee644cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/check_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,12 @@ jobs:
with:
toolchain: stable

- name: Install ALSA, adapted from https://stackoverflow.com/a/57728808
run: sudo apt-get install -y libasound2-dev libwebkit2gtk-4.0

- name: Install udev, from https://stackoverflow.com/a/74529205
run: sudo apt-get install -y libudev-dev
- name: Install prerequisites, from https://github.com/bevyengine/bevy/blob/main/docs/linux_dependencies.md#ubuntu
run: sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0

- uses: actions-rs/cargo@v1
with:
command: check
args: --release --all-features

#- uses: actions-rs/cargo@v1
# with:
# command: build
# args: --release --all-features

10 changes: 0 additions & 10 deletions .github/workflows/check_rust_style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,5 @@ jobs:

- uses: actions/checkout@v4

#- uses: actions-rs/toolchain@v1
# with:
# toolchain: stable

- name: Install ALSA, adapted from https://stackoverflow.com/a/57728808
run: sudo apt-get install -y libasound2-dev libwebkit2gtk-4.0

- name: Install udev, from https://stackoverflow.com/a/74529205
run: sudo apt-get install -y libudev-dev

- name: Run Clippy
run: cargo clippy --all-targets --all-features
6 changes: 0 additions & 6 deletions .github/workflows/measure_codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov

- name: Install ALSA, adapted from https://stackoverflow.com/a/57728808
run: sudo apt-get install -y libasound2-dev libwebkit2gtk-4.0

- name: Install udev, from https://stackoverflow.com/a/74529205
run: sudo apt-get install -y libudev-dev


- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
Expand Down

0 comments on commit ee644cd

Please sign in to comment.