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