From 591f76edea22e76a7a90f5c258a4cab56fa7b313 Mon Sep 17 00:00:00 2001 From: John Brahy Date: Thu, 2 May 2024 15:13:00 -0700 Subject: [PATCH] Update github_actions.yml spelling error --- .github/workflows/github_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index e08d574ce..f0c01959c 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -44,7 +44,7 @@ jobs: with: ruby-version: 3.0.3 # Not needed with a .ruby-version file - - name: 'Update and Install Dwpendencies' + - name: 'Update and Install Dependencies' run: | sudo apt update sudo apt install libcurl4 libcurl4-openssl-dev