Browse Source

Add ubuntu ci

ubuntu_ci
Ein Verne 3 years ago
parent
commit
eed5a00790
  1. 9
      .github/workflows/setup.yml

9
.github/workflows/setup.yml

@ -10,7 +10,8 @@ jobs:
env: env:
CI_MODE: true CI_MODE: true
run: | run: |
make make bootstrap
make tmux
macos: macos:
name: macos-bootstrap name: macos-bootstrap
runs-on: macos-latest runs-on: macos-latest
@ -23,7 +24,7 @@ jobs:
make make
make bootstrap make bootstrap
make dotfiles make dotfiles
make macos #make macos
make asdf #make asdf
make brew #make brew
make tmux make tmux

Loading…
Cancel
Save