Skip to content

Commit

Permalink
Add D
Browse files Browse the repository at this point in the history
  • Loading branch information
sirknightj authored Dec 5, 2024
1 parent c34f975 commit 7c22ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
if [[ "${{ matrix.compiler }}" == "gcc" ]]; then
# Skip building the tests for Mac with GCC
# https://github.com/awslabs/aws-crt-cpp/issues/605
cmake .. ${{ matrix.config.cmake_flags }} -ENABLE_AWS_SDK_IN_TESTS=OFF
cmake .. ${{ matrix.config.cmake_flags }} -DENABLE_AWS_SDK_IN_TESTS=OFF
else
cmake .. ${{ matrix.config.cmake_flags }}
fi
Expand Down

0 comments on commit 7c22ecc

Please sign in to comment.