Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacyking authored May 8, 2024
1 parent 51747ea commit f3f4d79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
mysql-version: 8.0
database: test_ormppdb

- name: Configure cmake
run : cmake -B${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=${{ matrix.configuration }} -DENABLE_MYSQL=ON

- name: Configure cmake and build on windows
- name: Test
if : startsWith(matrix.os, 'macos')
run : |
sudo find / -name "mysql.h"
sudo find / -name "*mysqlclient*"
- name: Configure cmake
run : cmake -B${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=${{ matrix.configuration }} -DENABLE_MYSQL=ON

- name: Build
run : cmake --build ${{ github.workspace }}/build --config ${{ matrix.configuration }}
Expand Down

0 comments on commit f3f4d79

Please sign in to comment.