Skip to content

Commit

Permalink
fix CI install module
Browse files Browse the repository at this point in the history
  • Loading branch information
Ddiidev committed Jan 31, 2024
1 parent f63a722 commit 24ee0e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-page-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Install winreg
run: |
v install ddiidev.winreg
v install Ddiidev.winreg
- name: Move winreg source code to path start
run: sudo mv ~/.vmodules/ddiidev/winreg /winreg
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install winreg
run: |
v install ddiidev.winreg
v install Ddiidev.winreg
- name: Move winreg source code to path start
run: mv ~/.vmodules/ddiidev/winreg ~/winreg
Expand All @@ -54,7 +54,7 @@ jobs:

- name: Install winreg
run: |
v install ddiidev.winreg
v install Ddiidev.winreg
- name: Move winreg source code to path start
run: mv $env:userprofile\.vmodules\ddiidev\winreg $env:userprofile\desktop\winreg
Expand Down

0 comments on commit 24ee0e5

Please sign in to comment.