From 0b0c4f7dfa4a9a564cbf44262d4bea9bdefe2dc9 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Tue, 4 Jan 2022 19:07:40 +0100 Subject: chore: fix typos (#16816) Co-authored-by: Sean Dewar Co-authored-by: Gregory Anders Co-authored-by: Sebastian Volland Co-authored-by: Lewis Russell Co-authored-by: zeertzjq --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d906b949c..b650c5dd85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup commom environment variables + - name: Setup common environment variables run: ./.github/workflows/env.sh ${{ matrix.flavor }} - name: Install apt packages -- cgit