mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +00:00
add os helpers
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
## File: clang.sh
|
## File: clang.sh
|
||||||
## Desc: Installs Clang compiler
|
## Desc: Installs Clang compiler
|
||||||
################################################################################
|
################################################################################
|
||||||
|
set -e
|
||||||
|
|
||||||
|
# Source the helpers for use with the script
|
||||||
|
source $HELPER_SCRIPTS/os.sh
|
||||||
|
|
||||||
function InstallClang {
|
function InstallClang {
|
||||||
local version=$1
|
local version=$1
|
||||||
|
|||||||
Reference in New Issue
Block a user