File tree Expand file tree Collapse file tree 4 files changed +1
-12
lines changed
Expand file tree Collapse file tree 4 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,6 @@ if ! has lz4; then
5858 exit 1
5959fi
6060
61- if ! has git-cliff; then
62- echo " git-cliff is not installed"
63- exit 1
64- fi
65-
6661if [ -z " $GOPATH " ]; then
6762 GOPATH=$( go env GOPATH)
6863 export GOPATH
Original file line number Diff line number Diff line change @@ -10,15 +10,10 @@ runs:
1010 # Shell must explicitly specify the shell for each step. https://github.com/orgs/community/discussions/18597
1111 shell : bash
1212 run : sudo apt install -y make direnv unzip lz4 wget curl npm jq pv coreutils
13- - uses : actions-rust-lang/setup-rust-toolchain@v1
1413 - name : Setup npm
1514 uses : actions/setup-node@v4
1615 with :
1716 node-version : 18
18- - name : Install git-cliff
19- uses : baptiste0928/cargo-install@v3
20- with :
21- crate : git-cliff
2217 - name : Detect required Go version
2318 shell : bash
2419 run : |
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Install dependencies
2222 run : |
23- brew install bash direnv pv lz4 git-cliff
23+ brew install bash direnv pv lz4
2424 sudo chsh -s /usr/local/bin/bash
2525 - name : Hook direnv to bash
2626 run : echo 'eval "$(direnv hook bash)"' >> $HOME/.bashrc
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ macos_deps=(
1010 " direnv"
1111 " pv"
1212 " lz4"
13- " git-cliff"
1413)
1514
1615debian_deps=(
You can’t perform that action at this time.
0 commit comments