Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Ensure that Gitlab caching doesn't cause an error
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Mar 6, 2020
1 parent ab55717 commit 464cd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gallerytest:
- apt-get install -y cmake xorg-dev mesa-utils p7zip-full

script:
- mkdir $JULIA_DEPOT_PATH # Pkg.jl#325
- mkdir -p $JULIA_DEPOT_PATH # Pkg.jl#325
- glxinfo | grep 'version'
- julia -e 'using InteractiveUtils; versioninfo()'
- julia --project -e "using Pkg;
Expand Down

0 comments on commit 464cd95

Please sign in to comment.