Update build configuration
Some checks failed
SORM build / build (push) Failing after 29s
SORM tests / Compile (push) Successful in 5s

This commit is contained in:
retoor 2024-11-22 16:30:38 +01:00
parent fb799b7837
commit 0f919964b5

View File

@ -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