We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d1076 commit d637dfaCopy full SHA for d637dfa
.github/workflows/amazon-linux.yml
@@ -63,3 +63,15 @@ jobs:
63
name: installers-al2023
64
path: ${{ github.workspace }}/build/aws-mysql-odbc-*.tar.gz
65
if-no-files-found: error
66
+
67
+ dummy-mac-workflow:
68
+ name: macOS
69
+ runs-on: macos-13
70
+ env:
71
+ CMAKE_GENERATOR: Unix Makefiles
72
+ ODBC_DM_INCLUDES: /usr/local/include
73
+ steps:
74
+ - name: Checkout source code
75
+ uses: actions/checkout@v4
76
+ - name: Hello world
77
+ run: echo 'Hello World!'
CMakeLists.txt
@@ -1189,4 +1189,4 @@ if(BUNDLE_DEPENDENCIES)
1189
endif(BUNDLE_DEPENDENCIES)
1190
1191
1192
-INCLUDE(CPack)
+INCLUDE(CPack)
0 commit comments