We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b22868 commit 61b2998Copy full SHA for 61b2998
.github/workflows/build.yml
@@ -41,11 +41,11 @@ jobs:
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
+ - name: Setup dependencies (Ubuntu)
+ if: matrix.os == 'ubuntu-latest'
+ run: |
+ sudo apt-get -qq update
+ 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,4 +56,5 @@ jobs:
56
strip: true
57
58
- name: Run the binary
59
+
60
run: ./target/${{ matrix.target }}/release/gitrack -p /tmp
0 commit comments