From 7de4cdc0d6ceb42acaa0124c799931057ad7ecf9 Mon Sep 17 00:00:00 2001 From: husky Date: Wed, 12 Mar 2025 21:00:34 -0700 Subject: [PATCH] install clang --- .forgejo/workflows/build-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build-all.yml b/.forgejo/workflows/build-all.yml index 8c8a6dc..6945011 100644 --- a/.forgejo/workflows/build-all.yml +++ b/.forgejo/workflows/build-all.yml @@ -7,7 +7,7 @@ jobs: steps: - run: | apt-get update -qq - apt-get install -y -qq nodejs git + apt-get install -y -qq nodejs git clang - uses: actions/checkout@v3 - id: asklyphe-auth-frontend uses: ./.forgejo/build-service