Skip to content

Commit d233281

Browse files
authored
fix: URL for cmake (#15450)
1 parent c06d686 commit d233281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
git init
272272
273273
# Download the Homebrew formula for CMake==3.27.2
274-
curl -fsSL -o cmake.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/fd21fcf239bcd0231c9fed5719403ec128151af4/Formula/c/cmake.rb
274+
curl -fsSL -o cmake.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/fd21fcf239bcd0231c9fed5719403ec128151af4/Formula/cmake.rb
275275
mv cmake.rb ./Formula/
276276
277277
git add .

0 commit comments

Comments
 (0)