From 37d1a620eb2c2ffe52446df5832608196d57f562 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Tue, 22 Jun 2021 21:00:36 -0700 Subject: github actions: Fix typo. This doesn't change the build; it just corrects a label. --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1