using non-interactive apt frontend
Some checks failed
Codacy Scan / Codacy Security Scan (push) Failing after 4m10s
Build WHY2-chat / test-why2 (./out/why2-chat-client, configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 2m17s
Test WHY2-core / test-why2 (why2, configure.sh, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 1m28s
Test WHY2-logger / test-why2 (why2-logger, configure.sh, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 1m24s
Test Project / test-project (configure.sh, ubuntu-latest, test) (push) Failing after 1m31s

This commit is contained in:
Václav Šmejkal 2025-01-08 18:56:07 +01:00
parent 9feca42ec5
commit ee6840ecfb
Signed by: ENGO150
GPG Key ID: 4A57E86482968843
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ jobs:
run: sudo ./${{ matrix.configure }}
- name: Install Valgrind
run: sudo apt install valgrind
run: DEBIAN_FRONTEND=noninteractive sudo apt install valgrind
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable

View File

@ -56,7 +56,7 @@ jobs:
run: sudo ./${{ matrix.configure }}
- name: Install Valgrind
run: sudo apt install valgrind
run: DEBIAN_FRONTEND=noninteractive sudo apt install valgrind
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable