This commit is contained in:
Nicolas Patry 2024-09-19 19:24:07 +02:00
parent 650ff012fe
commit 905b3db5f8
No known key found for this signature in database
GPG Key ID: E939E8CC91A1C674

View File

@ -42,6 +42,7 @@ jobs:
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
- name: Install - name: Install
run: | run: |
sudo apt update
sudo apt install python3.11-dev -y sudo apt install python3.11-dev -y
make install-cpu make install-cpu
- name: Run server tests - name: Run server tests