Skip to content

Commit 4749978

Browse files
authored
Actually read Nodar's nice notes
1 parent d491a2b commit 4749978

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ jobs:
5151
run: |
5252
sed -i '' 's/4.0.0/3.0.4.1/' Info.plist
5353
brew install mysql@8.0
54+
# needed for mysql@8.0
55+
# must be run PRIOR to the step its accessed
56+
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
57+
echo "/usr/local/opt/mysql@8.0/bin" >> $GITHUB_PATH
58+
if: ${{ matrix.os == 'macos-13' }}
59+
working-directory: ./distribution/macos
60+
run: |
5461
make
5562
chmod +x add-osx-certificate.sh && ./add-osx-certificate.sh
5663
chmod +x osx-codesign.sh && ./osx-codesign.sh

0 commit comments

Comments
 (0)