Skip to content

Commit

Permalink
Update ci-mysql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacyking authored Sep 8, 2023
1 parent 2b46a1f commit 1e8c533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Test
if : startsWith(matrix.os, 'macos')
run : |
mdfind -name "mysql.h"
mdfind -name "mysqlclient*"
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
Expand Down

0 comments on commit 1e8c533

Please sign in to comment.