Skip to content

Commit c04faed

Browse files
luraesskshyatt
authored andcommitted
Fix typo
1 parent 6372c66 commit c04faed

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
@@ -57,7 +57,7 @@ steps:
5757
gpuarrays = pwd()
5858
gpuarrayscore = joinpath(gpuarrays, "lib", "GPUArraysCore")
5959
devdir = mktempdir()
60-
package = joinpath(devdir, "AMDPU")
60+
package = joinpath(devdir, "AMDGPU")
6161
6262
println("--- :julia: Installing TestEnv")
6363
Pkg.activate(; temp=true)

0 commit comments

Comments
 (0)