From 663c08fd7ca75ee38b738d39bcc915eb2c472ded Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 10 May 2020 16:12:18 +0200 Subject: [PATCH] [ci] fix worklflow by removing .bash_profile --- .github/workflows/shell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 3932c4d..b64fb26 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -11,5 +11,5 @@ jobs: - uses: actions/checkout@v1 - name: Install dotfiles run: | - rm ~/.bashrc + rm ~/.bashrc ~/.bash_profile ./install