fix: use correct head in get_edge_RT_as_rtmat and get_translation #123
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build | |
| on: [push] | |
| jobs: | |
| ubuntu-build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v2.0.0 | |
| - name: Dependencies | |
| run: bash ./dependencies.sh | |
| shell: bash | |
| - name: Build project | |
| uses: nicledomaS/cmake_build_action@v1.4 | |
| with: | |
| submodule_update: ON | |
| run_tests: OFF | |