summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-03-09 14:27:26 -0400
committerIan Moffett <ian@osmora.org>2025-03-09 14:30:36 -0400
commite329748e4cd79503e5c282c1cab88c0c79522e76 (patch)
tree58fe852b3091816d2bf15c3b19377ee3ab5d297f /.github/workflows
parentad4765f4423e8906a1db39e674fa30d56e18624d (diff)
project: Final workflow fixups
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cicd.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml
index f084539..ac2a748 100644
--- a/.github/workflows/cicd.yml
+++ b/.github/workflows/cicd.yml
@@ -12,11 +12,12 @@ jobs:
uses: actions/checkout@v2
- name: Update system
run: sudo apt-get update
+ - name: Export envs
+ run: export TERM="headless"
- name: Install libs
run: sudo apt-get install -y flex bison libfl-dev
- name: Install tools
- run: lld clang xorriso
- run: sudo apt-get update && sudo apt-get install -y flex bison libfl-dev
+ run: sudo apt-get install -y lld clang xorriso
- name: Bootstrap and configure
run: ./bootstrap && ./configure
- name: Build world with clang