Skip to content

Commit a1f052e

Browse files
committed
Correction
1 parent 3d7e11b commit a1f052e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ steps:
8383
julia -e 'println("--- :julia: Instantiating project")
8484
using Pkg
8585
Pkg.develop(; path=pwd())
86-
Pkg.develop(; name="AMDGPU", rev="pxl-th/debug")' || exit 3
86+
Pkg.add(; name="AMDGPU", rev="pxl-th/debug")' || exit 3
8787
8888
julia -e 'println("+++ :julia: Running tests")
8989
using Pkg

0 commit comments

Comments
 (0)