From cab9bd36d985fde726fb54c4959552420a38001e Mon Sep 17 00:00:00 2001 From: ivaquero Date: Tue, 19 Apr 2022 15:04:05 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=91=B7=20tired=20of=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 719c0ac8..d75b8472 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,14 +22,12 @@ jobs: - uses: actions/checkout@v3 - name: Test Unix run: bash -e install.sh - - name: Activate Oxidizer + - name: Browse Oxidizer run: | if [[ $(uname -s) == "Linux" ]]; then cat $HOME/.profile - . $HOME/.profile else cat $HOME/.zshrc - . $HOME/.zshrc fi job2: