diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-19 00:49:31 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-19 00:49:31 +0100 |
| commit | 4987b70df7711b274f7d420aa0ff99c74ac37d02 (patch) | |
| tree | cc580876fcd2e228a81087f794371d391cc2ed6e /.github | |
| parent | a072b4688b6045d2054d4910cccc26042544aae5 (diff) | |
Make directory first
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-macos-package.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-macos-package.yml b/.github/workflows/build-macos-package.yml index 55f60d2c8..9f4f0a847 100644 --- a/.github/workflows/build-macos-package.yml +++ b/.github/workflows/build-macos-package.yml @@ -32,6 +32,7 @@ jobs: - name: Build macOS package run: | + mkdir -p /Library/Java/Home ln -s /usr/local/opt/openjdk/include /Library/Java/Home/include make pkg |
