Skip to content

Commit

Permalink
#2: remove trailig whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Dec 18, 2024
1 parent 5eeb99f commit 31aad46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ setup:
label: gcc-12, ubuntu, mpich
env: &develop-gcc-env { <<: *env, CC: gcc-12, CXX: g++-12 }
deps: &develop-gcc-deps
packages: !extend [ *apt-packages, gcc-12, g++-12, gcovr, lcov ]
packages: !extend [ *apt-packages, gcc-12, g++-12, gcovr, lcov ]
cmake: ['3.23.4']
mpich: { env: { CC: gcc-12, CXX: g++-12 }, args: [ '4.0.2', '-j4' ] }

Expand Down

0 comments on commit 31aad46

Please sign in to comment.