summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2021-06-22 21:00:36 -0700
committerRalph Giles <giles@thaumas.net>2021-06-26 05:12:56 +0000
commit37d1a620eb2c2ffe52446df5832608196d57f562 (patch)
treeae5bcc1cfd7d4766d148b1db7a5bba134df6f1e7
parentb7a4402aebb4c4d9958f8bdac600ecd204f8737c (diff)
downloadflac-37d1a620eb2c2ffe52446df5832608196d57f562.tar.gz
github actions: Fix typo.
This doesn't change the build; it just corrects a label.
-rw-r--r--.github/workflows/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml
index 68164269..4f1c8ac3 100644
--- a/.github/workflows/action.yml
+++ b/.github/workflows/action.yml
@@ -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