From 6e647fbe771512b895d27495c7cd9d6b774ded9e Mon Sep 17 00:00:00 2001 From: felix Date: Wed, 4 Sep 2019 16:14:04 +0200 Subject: [PATCH] [actions] fix relative bashrc --- .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 4f6b110..3932c4d 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 ./install