diff --git a/.github/build-nest-v3 b/.github/build-nest-v3 index 56a6051..d8263ee 100644 --- a/.github/build-nest-v3 +++ b/.github/build-nest-v3 @@ -1 +1 @@ -1 \ No newline at end of file +2 \ No newline at end of file diff --git a/main.sh b/main.sh index 28ab3b5..97ff91a 100755 --- a/main.sh +++ b/main.sh @@ -1,6 +1,10 @@ #! /bin/bash -# Move the debs to output +export DEBIAN_FRONTEND="noninteractive" + +apt-get update -y +apt-get install -y clang lld llvm + mkdir -p ./output . ./scripts/source.sh