mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 14:47:08 +00:00
fix shbang
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash -e -o pipefail
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
echo "No Xamarin SDK specified."
|
echo "No Xamarin SDK specified."
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash -e -o pipefail
|
||||||
|
|
||||||
source ~/utils/utils.sh
|
source ~/utils/utils.sh
|
||||||
|
|
||||||
export PATH="$PATH:/opt/pipx_bin"
|
export PATH="$PATH:/opt/pipx_bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user