Skip to content

Commit e0c35b5

Browse files
committed
typo
1 parent 5721f82 commit e0c35b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 1 addition & 1 deletion
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: runner.os == 'linux'
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:

0 commit comments

Comments
 (0)