Trying to fix the CI

This commit is contained in:
Clément Renault
2025-11-20 15:06:01 +01:00
parent dfeb3a640e
commit f92c88ec52

View File

@@ -143,10 +143,7 @@ jobs:
# We run tests in debug also, to make sure that the debug_assertions are hit
test-debug:
name: Run tests in debug
runs-on: ubuntu-latest-large
container:
# Use ubuntu-22.04 to compile with glibc 2.35
image: ubuntu:22.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- name: Install needed dependencies
@@ -154,8 +151,6 @@ jobs:
apt-get update && apt-get install -y curl
apt-get install build-essential -y
- uses: dtolnay/rust-toolchain@1.89
- name: Cache dependencies
uses: Swatinem/rust-cache@v2.8.0
- name: Run df -h
run: df -h
- name: Run tests in debug