diff options
author | Ian Moffett <ian@osmora.org> | 2025-03-09 14:27:26 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-03-09 14:30:36 -0400 |
commit | e329748e4cd79503e5c282c1cab88c0c79522e76 (patch) | |
tree | 58fe852b3091816d2bf15c3b19377ee3ab5d297f /.github/workflows | |
parent | ad4765f4423e8906a1db39e674fa30d56e18624d (diff) |
project: Final workflow fixups
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/cicd.yml | 5 |
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 |