File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ jobs:
2727 # Use a bash shell so we can use the same syntax for environment variable
2828 # access regardless of the host operating system
2929 shell : bash
30- working-directory : ${{runner.workspace}}
30+ working-directory : ${{runner.workspace}}/sherpas
3131 run : cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
3232 - name : Build
33- working-directory : ${{runner.workspace}}
33+ working-directory : ${{runner.workspace}}/sherpas
3434 shell : bash
3535 run : make
3636 - name : Test SHERPAS
37- working-directory : ${{runner.workspace}}
37+ working-directory : ${{runner.workspace}}/sherpas
3838 shell : bash
3939 run : sherpas/SHERPAS -h
4040 - name : Test XPAS-DNA (db build capacity)
41- working-directory : ${{runner.workspace}}
41+ working-directory : ${{runner.workspace}}/sherpas
4242 shell : bash
4343 run : lib/xpas/build/xpas-build-dna -h
You can’t perform that action at this time.
0 commit comments