File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,9 +123,11 @@ jobs:
123123 RUSTFLAGS : -C target-feature=-crt-static
124124 CMAKE_POLICY_DEFAULT_CMP0091 : NEW
125125 CMAKE_MSVC_RUNTIME_LIBRARY : MultiThreadedDLL
126- CMAKE_C_FLAGS_RELEASE : /MD
127- CMAKE_CXX_FLAGS_RELEASE : /MD
128126 run : |
127+ unset CMAKE_ARGS
128+ unset CMAKE_C_FLAGS_RELEASE
129+ unset CMAKE_CXX_FLAGS_RELEASE
130+
129131 echo "🚀 Building Windows CLI executable..."
130132 cargo build --release --target x86_64-pc-windows-msvc -p goose-cli
131133
Original file line number Diff line number Diff line change 8383 RUSTFLAGS : -C target-feature=-crt-static
8484 CMAKE_POLICY_DEFAULT_CMP0091 : NEW
8585 CMAKE_MSVC_RUNTIME_LIBRARY : MultiThreadedDLL
86- CMAKE_C_FLAGS_RELEASE : /MD
87- CMAKE_CXX_FLAGS_RELEASE : /MD
8886 run : |
87+ unset CMAKE_ARGS
88+ unset CMAKE_C_FLAGS_RELEASE
89+ unset CMAKE_CXX_FLAGS_RELEASE
90+
8991 echo "🚀 Building Windows executable..."
9092 cargo build --release --target x86_64-pc-windows-msvc
9193
You can’t perform that action at this time.
0 commit comments