chore: update build configuration to enable strict type checking in tsconfig
This commit is contained in:
parent
84b3461035
commit
a8feb4a7ea
@ -9,7 +9,7 @@ jobs:
|
|||||||
- run: echo "Update apt repository"
|
- run: echo "Update apt repository"
|
||||||
- run: apt update
|
- run: apt update
|
||||||
- run: echo "Installing dependencies"
|
- 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
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user