Skip to content

Commit

Permalink
Use LJO in curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco Wong committed Nov 25, 2023
1 parent d8ea888 commit b1a34d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-xcframework-maccatalyst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run : |
mkdir -p $HOME/Downloads
cd $HOME/Downloads
curl -k https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-osx-universal_binary.zip
curl -LJO https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-osx-universal_binary.zip
unzip protoc-21.12-osx-universal_binary.zip
mv protoc-21.12-osx-universal_binary/bin/protoc /usr/local/bin/protoc-3.21.12.0
mv protoc-21.12-osx-universal_binary/include/* /usr/local/include/
Expand Down

0 comments on commit b1a34d4

Please sign in to comment.