mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-24 21:46:52 +08:00
debug
This commit is contained in:
parent
2125662d9a
commit
b241ff92f3
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -40,9 +40,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo brew update
|
brew update
|
||||||
sudo brew install -y git python3 zsh curl
|
brew install -y git python3 zsh curl
|
||||||
sudo brew remove -y vim tmux
|
brew remove -y vim tmux
|
||||||
sudo pip3 install requests
|
sudo pip3 install requests
|
||||||
|
|
||||||
- name: checkout repo
|
- name: checkout repo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user