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 b7a4402aeb
commit 37d1a620eb
1 changed files with 1 additions and 1 deletions

View File

@ -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