Skip to content

Commit

Permalink
Fix (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
umireon authored Apr 21, 2024
1 parent 4ec9e93 commit bf76436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
config:
- "Release"
- "Debug"
- "RelWithDebInfo"

defaults:
run:
Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
config:
- "Release"
- "Debug"
- "RelWithDebInfo"

steps:
- name: "Get version"
Expand Down
1 change: 1 addition & 0 deletions build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CURL_DIR="${3?}"

cmake "$CURL_DIR" -B "build_$CONFIG" \
-DCMAKE_BUILD_TYPE="$CONFIG" \
-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" \
-DCURL_USE_OPENSSL=OFF \
-DCURL_USE_SECTRANSP=ON \
-DBUILD_CURL_EXE=OFF \
Expand Down

0 comments on commit bf76436

Please sign in to comment.