Skip to content

Commit

Permalink
updated action for mac realpath
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Apr 23, 2020
1 parent 9e98770 commit df13add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: CMake Mac
if: matrix.config.os == 'macos-latest'
run: cmake -B"builds/${{ matrix.config.os }}" -H. -DPYTHON_EXECUTABLE=/usr/bin/python -DCMAKE_INSTALL_PREFIX=third_party/protobuf/builds/${{ matrix.config.os }}/release/ -Dprotobuf_MODULE_COMPATIBLE=1 -DJAVA_HOME=$(readlink -f third_party/jvm/darwin64)
run: cmake -B"builds/${{ matrix.config.os }}" -H. -DPYTHON_EXECUTABLE=/usr/bin/python -DCMAKE_INSTALL_PREFIX=third_party/protobuf/builds/${{ matrix.config.os }}/release/ -Dprotobuf_MODULE_COMPATIBLE=1 -DJAVA_HOME=$(realpath third_party/jvm/darwin64)

- name: Compile
run: make -C"builds/${{ matrix.config.os }}"
Expand Down

0 comments on commit df13add

Please sign in to comment.