From eed5a00790d5ae514475b29384a4fa8d06306229 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Tue, 2 Nov 2021 15:46:49 +0800 Subject: [PATCH] Add ubuntu ci --- .github/workflows/setup.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 548f598..3a57d8f 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -10,7 +10,8 @@ jobs: env: CI_MODE: true run: | - make + make bootstrap + make tmux macos: name: macos-bootstrap runs-on: macos-latest @@ -23,7 +24,7 @@ jobs: make make bootstrap make dotfiles - make macos - make asdf - make brew + #make macos + #make asdf + #make brew make tmux