We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b2998 commit d23c2b3Copy full SHA for d23c2b3
.github/workflows/build.yml
@@ -40,12 +40,6 @@ jobs:
40
with:
41
toolchain: stable
42
targets: ${{ matrix.target }}
43
-
44
- - name: Setup dependencies (Ubuntu)
45
- if: matrix.os == 'ubuntu-latest'
46
- run: |
47
- sudo apt-get -qq update
48
- sudo apt-get -qq install musl-dev musl-tools pkg-config make
49
50
- name: Build binary
51
uses: houseabsolute/actions-rust-cross@v0
@@ -56,5 +50,5 @@ jobs:
56
strip: true
57
58
52
- name: Run the binary
59
53
+ if: matrix.target != 'aarch64-unknown-linux-gnu'
60
54
run: ./target/${{ matrix.target }}/release/gitrack -p /tmp
0 commit comments