Skip to content

Commit

Permalink
Fix HOME variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Nov 9, 2023
1 parent 2ab80c5 commit 703a1c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on: [ push ]

env:
VALGRIND_GIT_TAG: VALGRIND_3_22_0
VALGRIND_PREFIX: $HOME/valgrind
UMB_VALGRIND_BIN: $HOME/valgrind/bin/valgrind
VALGRIND_PREFIX: ${HOME}/valgrind
UMB_VALGRIND_BIN: ${HOME}/valgrind/bin/valgrind

jobs:
build:
Expand Down

0 comments on commit 703a1c2

Please sign in to comment.