Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 59b7253

Browse files
committed
install git for CI
1 parent 1cd2b3c commit 59b7253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
default:
66
image: julia:1.9-bullseye
77
before_script:
8-
- apt update && apt install -y xvfb
8+
- apt update && apt install -y xvfb git
99
# Add repo dependencies
1010
- sed -i "s|https://git-ce.|https://gitlab-ci-token:$CI_JOB_TOKEN@git-ce.|g" Manifest.toml
1111
- xvfb-run -a julia --project=@. -e 'import Pkg; Pkg.instantiate(); Pkg.build();'

0 commit comments

Comments
 (0)