We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bfcdc commit b6e9534Copy full SHA for b6e9534
1 file changed
.github/workflows/ci.yml
@@ -79,6 +79,7 @@ jobs:
79
- name: Install & Start MySQL
80
run: |
81
brew install mysql@8.4
82
+ echo 'export PATH="/opt/homebrew/opt/mysql@8.4/bin:$PATH"' >> /Users/runner/.bash_profile
83
brew services start mysql@8.4
84
- uses: actions/checkout@v4
85
- uses: actions/setup-node@v4
0 commit comments