Skip to content

Commit d23c2b3

Browse files
Wip: build pipeline
1 parent 61b2998 commit d23c2b3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
with:
4141
toolchain: stable
4242
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
4943

5044
- name: Build binary
5145
uses: houseabsolute/actions-rust-cross@v0
@@ -56,5 +50,5 @@ jobs:
5650
strip: true
5751

5852
- name: Run the binary
59-
53+
if: matrix.target != 'aarch64-unknown-linux-gnu'
6054
run: ./target/${{ matrix.target }}/release/gitrack -p /tmp

0 commit comments

Comments
 (0)