force using Code folder inside home dir
This commit is contained in:
parent
068ed6a9b3
commit
8bc12c4a70
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
@ -7,13 +7,10 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
path: Code
|
||||
- name: Mimic
|
||||
shell: bash
|
||||
run: |
|
||||
ln -snf Code ~/Code
|
||||
mv dotfiles ~/Code/
|
||||
ln -snf /Users/runner/work/dotfiles ~/Code
|
||||
- name: Run bootstrap
|
||||
shell: bash
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user