Skip to content

Commit

Permalink
fix app command
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-avalos committed Jan 31, 2025
1 parent 6c942c1 commit cab4f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ platforms:

apps:
rocm-validation-suite:
command: bin/snapcraft-preload ${SNAP}/opt/rocm-${SNAPCRAFT_PROJECT_VERSION}/bin/rvs
command: bin/snapcraft-preload $SNAP/opt/rocm-${SNAPCRAFT_PROJECT_VERSION}/bin/rvs
environment:
LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/opt/rocm-${SNAPCRAFT_PROJECT_VERSION}/lib
PATH: $PATH:$SNAP/opt/rocm-${SNAPCRAFT_PROJECT_VERSION}/bin
Expand Down

0 comments on commit cab4f48

Please sign in to comment.