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