From a8feb4a7ea610ba86f3c90c0d3ea182c3572a162 Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 22 Nov 2024 15:30:38 +0000 Subject: [PATCH] chore: update build configuration to enable strict type checking in tsconfig --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 9b7f97c..295ff68 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,7 +9,7 @@ jobs: - run: echo "Update apt repository" - run: apt update - run: echo "Installing dependencies" - - run: apt get install build-essential sqlite3 libsqlite3-dev libreadline-dev libpython3-dev make -y + - run: apt install build-essential sqlite3 libsqlite3-dev libreadline-dev libpython3-dev make -y - name: Check out repository code uses: actions/checkout@v4 - name: List files in the repository