File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
container :
22
22
image : ghcr.io/lobis/root-geant4-garfield:rest-for-physics
23
23
steps :
24
- - uses : actions/checkout@v3
25
- - uses : rest-for-physics/framework/.github/actions/checkout@submodule-validation
24
+ - name : Checkout wimplib
25
+ uses : rest-for-physics/framework/.github/actions/checkout@submodule-validation
26
26
with :
27
27
branch : ${{ env.BRANCH_NAME }}
28
28
repository : rest-for-physics/wimplib
39
39
image : ghcr.io/lobis/root-geant4-garfield:rest-for-physics
40
40
steps :
41
41
- name : Build and install
42
- - uses : rest-for-physics/framework/.github/actions/build@master
42
+ uses : rest-for-physics/framework/.github/actions/build@master
43
43
with :
44
44
cmake-flags : " -DCMAKE_INSTALL_PREFIX=${{ env.REST_PATH }} -DCMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }} -DREST_WELCOME=ON -DRESTLIB_WIMP=ON"
45
45
branch : ${{ env.BRANCH_NAME }}
You can’t perform that action at this time.
0 commit comments