From c03301863eca223996e0260b2aa15ad1776ca3e2 Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 18 Nov 2024 15:12:42 +0000 Subject: [PATCH] Build deps --- .github/build-nest-v3 | 2 +- main.sh | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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