Skip to content

Commit

Permalink
CI pls
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxyUwU committed Oct 26, 2022
1 parent ebfd30d commit 4239f26
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{ runner.os }}-cargo-build-stable-${{ hashFiles('**/Cargo.toml') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: beta
override: true
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
Expand All @@ -57,7 +57,7 @@ jobs:
key: ${{ runner.os }}-cargo-ci-${{ hashFiles('**/Cargo.toml') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: beta
components: rustfmt, clippy
override: true
- name: Install alsa and udev
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
key: ${{ runner.os }}-cargo-check-compiles-${{ hashFiles('**/Cargo.toml') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: beta
override: true
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
Expand All @@ -141,7 +141,7 @@ jobs:
key: ubuntu-assets-cargo-build-wasm-stable-${{ hashFiles('**/Cargo.toml') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: beta
target: wasm32-unknown-unknown
override: true
- name: Check wasm
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
key: ${{ runner.os }}-cargo-run-examples-${{ hashFiles('**/Cargo.toml') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: beta
- name: Build bevy
# this uses the same command as when running the example to ensure build is reused
run: |
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
key: ${{ runner.os }}-check-doc-${{ hashFiles('**/Cargo.toml') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: beta
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
if: runner.os == 'linux'
Expand Down

0 comments on commit 4239f26

Please sign in to comment.