Skip to content

Commit 5721f82

Browse files
committed
fix typos
1 parent 3d244c1 commit 5721f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout
3939
uses: actions/checkout@v3
4040
- name: Install alsa and udev
41-
if: {{ matrix.run_args.os != 'windows-latest' }}
41+
- if: runner.os == 'linux'
4242
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
4343
- uses: actions-rs/toolchain@v1
4444
with:
@@ -49,6 +49,6 @@ jobs:
4949
- uses: actions-rs/cargo@v1
5050
with:
5151
command: xtest ci-check
52-
components: clippy, rustfmt, grcov
52+
components: clippy, rustfmt, grcov, mdbook
5353
target: ${{ matrix.run_args.cross }}
5454
args: --workspace --features=lua54,rhai,rune --profile=ephemeral-build

0 commit comments

Comments
 (0)