Skip to content

Commit 4c2fc9f

Browse files
committed
mac sed
1 parent f54ba54 commit 4c2fc9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ steps:
8181
using Pkg
8282
Pkg.develop(; name="Metal")
8383
Pkg.develop(; name="GPUArrays")'
84-
sed -i 's/^KernelAbstractions = "0\.9.*"/KernelAbstractions = "0.10"/' \${JULIA_DEPOT_PATH}/dev/Metal/Project.toml
85-
sed -i 's/^KernelAbstractions = "0\.9.*"/KernelAbstractions = "0.10"/' \${JULIA_DEPOT_PATH}/dev/GPUArrays/Project.toml
84+
sed -i '' 's/^KernelAbstractions = "0\.9.*"/KernelAbstractions = "0.10"/' \${JULIA_DEPOT_PATH}/dev/Metal/Project.toml
85+
sed -i '' 's/^KernelAbstractions = "0\.9.*"/KernelAbstractions = "0.10"/' \${JULIA_DEPOT_PATH}/dev/GPUArrays/Project.toml
8686
julia -e 'println("--- :julia: Instantiating project")
8787
using Pkg
8888
Pkg.develop(; path=pwd())' || exit 3

0 commit comments

Comments
 (0)