[ci] fix worklflow by removing .bash_profile

This commit is contained in:
Felix Buehler 2020-05-10 16:12:18 +02:00
parent e8076036b7
commit 663c08fd7c

View file

@ -11,5 +11,5 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Install dotfiles - name: Install dotfiles
run: | run: |
rm ~/.bashrc rm ~/.bashrc ~/.bash_profile
./install ./install