File tree Expand file tree Collapse file tree 3 files changed +10
-47
lines changed
Expand file tree Collapse file tree 3 files changed +10
-47
lines changed Original file line number Diff line number Diff line change 2222 include :
2323 - os : ubuntu-latest
2424 target : x86_64-unknown-linux-gnu
25-
2625 - os : macOS-latest
27- target : aarch64 -apple-darwin
28-
26+ target : x86_64 -apple-darwin
27+
2928 runs-on : ${{ matrix.os }}
3029 steps :
3130 - uses : actions/checkout@v4
@@ -41,13 +40,13 @@ jobs:
4140 sudo apt-get -qq update
4241 sudo apt-get -qq install musl-dev musl-tools pkg-config make
4342
44- - name : Setup dependencies (macOS)
45- if : matrix.os == 'macOS-latest'
46- run : |
47- brew update
48- brew install pkg-config make openssl@3
49- echo "OPENSSL_DIR=$(brew --prefix openssl@3)" >> $GITHUB_ENV
50- echo "PKG_CONFIG_PATH=$(brew --prefix openssl@3)/lib/pkgconfig" >> $GITHUB_ENV
43+ # - name: Setup dependencies (macOS)
44+ # if: matrix.os == 'macOS-latest'
45+ # run: |
46+ # brew update
47+ # brew install pkg-config make openssl@3
48+ # echo "OPENSSL_DIR=$(brew --prefix openssl@3)" >> $GITHUB_ENV
49+ # echo "PKG_CONFIG_PATH=$(brew --prefix openssl@3)/lib/pkgconfig" >> $GITHUB_ENV
5150
5251 - name : Run build
5352 run : cargo build --release --locked --target ${{ matrix.target }}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description = "Scan local git repositories"
1212[dependencies ]
1313clap = { version = " 4.5.29" , features = [" derive" ] }
1414colored = " 2.1.0"
15- git2 = " 0.20.0"
15+ git2 = { version = " 0.20.0" , default-features = false }
1616walkdir = " 2.5.0"
1717home = " 0.5.9"
1818threadpool = " 1.8.1"
You can’t perform that action at this time.
0 commit comments