[actions] remove bashrc before installing

This commit is contained in:
felix 2019-09-04 15:20:04 +02:00 committed by GitHub
parent 980bde043e
commit 95da7472b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,4 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install dotfiles
run: ./install
run: |
rm .bashrc
./install