mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
github actions: Fix typo.
This doesn't change the build; it just corrects a label.
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user