File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,15 @@ jobs:
5050 arch : ${{ matrix.arch }}
5151 - uses : julia-actions/cache@v2
5252 - name : Add LegendJuliaRegistry
53- run : julia -e 'using Pkg; Pkg.Registry.add(Pkg.RegistrySpec(url = "https://github.com/JuliaRegistries/ General") ); Pkg.Registry.add(Pkg.RegistrySpec(url = "https://github.com/legend-exp/LegendJuliaRegistry"))'
53+ run : julia -e 'using Pkg; Pkg.Registry.add(" General"); Pkg.Registry.add(Pkg.RegistrySpec(url = "https://github.com/legend-exp/LegendJuliaRegistry"))'
5454 shell : bash
5555 - uses : julia-actions/julia-buildpkg@v1
5656 env :
5757 PYTHON : ' Conda'
58+ - name : Remove Geant4 on x86
59+ run : julia --project="test" -e 'using Pkg; Pkg.rm("Geant4")'
60+ shell : bash
61+ if : matrix.arch == 'x86'
5862 - uses : julia-actions/julia-runtest@v1
5963 with :
6064 coverage : ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' && matrix.arch == 'x64' }}
You can’t perform that action at this time.
0 commit comments