Skip to content

Commit

Permalink
Remove conditional check for macOS build job and clean up CMakeLists.…
Browse files Browse the repository at this point in the history
…txt by removing unused source file
  • Loading branch information
royshil committed Dec 1, 2024
1 parent 86f8fe3 commit f152632
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
macos-build:
name: Build for macOS 🍏
runs-on: macos-14
if: false
needs: check-event
defaults:
run:
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ target_sources(
src/cloudvocal-properties.cpp
src/language-codes/language-codes.cpp
src/cloud-providers/cloud-provider.cpp
src/cloud-providers/clova/clova-realtime.cpp
src/cloud-providers/clova/clova-provider.cpp)

add_subdirectory(src/cloud-translation)
Expand Down

0 comments on commit f152632

Please sign in to comment.