Skip to content

Commit 61b2998

Browse files
Wip: build pipeline
1 parent 6b22868 commit 61b2998

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
toolchain: stable
4242
targets: ${{ matrix.target }}
4343

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
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
4949
5050
- name: Build binary
5151
uses: houseabsolute/actions-rust-cross@v0
@@ -56,4 +56,5 @@ jobs:
5656
strip: true
5757

5858
- name: Run the binary
59+
5960
run: ./target/${{ matrix.target }}/release/gitrack -p /tmp

0 commit comments

Comments
 (0)