Skip to content

Commit

Permalink
Use tilde as home directory.
Browse files Browse the repository at this point in the history
Signed-off-by: ghosind <[email protected]>
  • Loading branch information
ghosind committed Sep 30, 2024
1 parent b874f26 commit 1be0518
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
- uses: actions/checkout@v4

- name: Create dvm directory
run: mkdir -p $HOME/.dvm
run: mkdir -p ~/.dvm

- name: Read version caches
id: read_version_caches
uses: actions/cache@v4
with:
key: ${{ runner.os }}-version-caches
path: $HOME/.dvm/cache
path: ~/.dvm/cache

- name: Run test cases
run: |
Expand All @@ -42,4 +42,4 @@ jobs:
uses: actions/cache@v4
with:
key: ${{ runner.os }}-version-caches
path: $HOME/.dvm/cache
path: ~/.dvm/cache

0 comments on commit 1be0518

Please sign in to comment.