Skip to content
Snippets Groups Projects
Commit e7c8ab02 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : silenced calls to apt-get update/install

parent d49c9890
No related branches found
No related tags found
1 merge request!47Draft: TEST_CI_FORK_DO_NOT_MERGE
......@@ -20,5 +20,5 @@ workflow:
default:
image: nvidia/cuda:12.2.0-devel-ubuntu22.04
before_script:
- apt update
- apt install -y cmake cppcheck python-is-python3 pip git gcovr unzip curl
- apt update -qq # -qq is for quiet/silent
- apt install -qq -y cmake cppcheck python-is-python3 pip git gcovr unzip curl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment