From 0c4f1f83340647f4abf5484271d7248d606d2dff Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 10 Mar 2022 00:03:54 +0100 Subject: [PATCH] Add a shebang to the deps install script Duh. --- .github/actions/install_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/install_deps.sh b/.github/actions/install_deps.sh index a53f5f9a..3b0c0f98 100755 --- a/.github/actions/install_deps.sh +++ b/.github/actions/install_deps.sh @@ -1,3 +1,4 @@ +#!/bin/bash case `echo $1 | cut -d '-' -f 1` in ubuntu) sudo apt-get -qq update