Skip to content
Snippets Groups Projects
Commit 642223ae authored by florian's avatar florian
Browse files

WIP: Fix git installation

parent 48a93222
Branches
Tags
No related merge requests found
Pipeline #9527 failed
......@@ -28,7 +28,7 @@ code-style:
tags: [ docker ]
script:
# install git
- apt-get install git
- apt-get update && apt-get install git
# install JuliaFormatter
- julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
# try and format the files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment