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
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
with:
|
|
||||||
path: Code
|
|
||||||
- name: Mimic
|
- name: Mimic
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
ln -snf Code ~/Code
|
ln -snf /Users/runner/work/dotfiles ~/Code
|
||||||
mv dotfiles ~/Code/
|
|
||||||
- name: Run bootstrap
|
- name: Run bootstrap
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user