mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[ci] fix worklflow by removing .bash_profile
This commit is contained in:
parent
e8076036b7
commit
663c08fd7c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/shell.yml
vendored
2
.github/workflows/shell.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue