github actions: Fix typo.
This doesn't change the build; it just corrects a label.
This commit is contained in:
parent
b7a4402aeb
commit
37d1a620eb
2
.github/workflows/action.yml
vendored
2
.github/workflows/action.yml
vendored
@ -121,7 +121,7 @@ jobs:
|
|||||||
brew update
|
brew update
|
||||||
brew install automake pkg-config libogg
|
brew install automake pkg-config libogg
|
||||||
|
|
||||||
- name: Install Lunux dependencies
|
- name: Install Linux dependencies
|
||||||
if: startsWith(matrix.os,'ubuntu')
|
if: startsWith(matrix.os,'ubuntu')
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user