Skip to content

Commit ca1472b

Browse files
updated ci
1 parent 7756672 commit ca1472b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Install package dependencies
4242
run: |
43-
julia --project=. -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/<username>/GOC3Benchmark.jl")); Pkg.instantiate(); Pkg.precompile()'
43+
julia --project=. -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/lanl-ansi/GOC3Benchmark.jl")); Pkg.instantiate(); Pkg.precompile()'
4444
4545
- name: Check for CUDA availability
4646
id: check-cuda

0 commit comments

Comments
 (0)