Skip to content

Commit 58e1665

Browse files
committed
fix github action
1 parent 3ae8349 commit 58e1665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debug-install-shell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Test install with install-dir
4747
run: |
4848
chmod +x install.sh
49-
./install.sh --install-dir "./.snm-demo"
49+
./install.sh --install-dir "~/.snm-demo"
5050
if [ ! -d ~/.snm-demo ]; then
5151
echo "Error: ~/.snm-demo directory not found!"
5252
exit 1

0 commit comments

Comments
 (0)