Skip to content

Commit 2f701c3

Browse files
authored
Trying to address ´uses´ issues
1 parent 5b59d0b commit 2f701c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validation.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
container:
2222
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
2323
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
2626
with:
2727
branch: ${{ env.BRANCH_NAME }}
2828
repository: rest-for-physics/wimplib
@@ -39,7 +39,7 @@ jobs:
3939
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
4040
steps:
4141
- name: Build and install
42-
- uses: rest-for-physics/framework/.github/actions/build@master
42+
uses: rest-for-physics/framework/.github/actions/build@master
4343
with:
4444
cmake-flags: "-DCMAKE_INSTALL_PREFIX=${{ env.REST_PATH }} -DCMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }} -DREST_WELCOME=ON -DRESTLIB_WIMP=ON"
4545
branch: ${{ env.BRANCH_NAME }}

0 commit comments

Comments
 (0)