force using Code folder inside home dir

This commit is contained in:
MorganGeek 2020-06-29 18:45:59 +02:00
parent 068ed6a9b3
commit 8bc12c4a70

View File

@ -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: |