github actions: Fix typo.

This doesn't change the build; it just corrects a label.
This commit is contained in:
Ralph Giles
2021-06-22 21:00:36 -07:00
parent a5e1ef1a88
commit d784f6e1d3

View File

@@ -117,7 +117,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