Skip to content

Commit 5ab2783

Browse files
Update release pipeline
1 parent d23c2b3 commit 5ab2783

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,11 @@ jobs:
4646
TAG_NAME=$(echo "${{ github.ref }}" | sed 's|.*/||')
4747
echo "TAG_NAME=$TAG_NAME" >> "$GITHUB_ENV"
4848
49-
- name: Setup dependencies
50-
if: matrix.platform.os == 'ubuntu-latest'
51-
run: |
52-
sudo apt-get -qq install musl-dev musl-tools pkg-config make
49+
- uses: dtolnay/rust-toolchain@v1
50+
with:
51+
toolchain: stable
52+
targets: ${{ matrix.platform.target }}
5353

54-
- name: Setup dependencies (macOS)
55-
if: matrix.platform.os == 'macOS-latest'
56-
run: |
57-
brew update
58-
brew install pkg-config make openssl@3
59-
echo "OPENSSL_DIR=$(brew --prefix openssl@3)" >> $GITHUB_ENV
60-
echo "PKG_CONFIG_PATH=$(brew --prefix openssl@3)/lib/pkgconfig" >> $GITHUB_ENV
61-
6254
- name: Build binary
6355
uses: houseabsolute/actions-rust-cross@v0
6456
with:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitrack"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
edition = "2021"
55
authors = ["containerscrew [email protected]"]
66
repository = "https://github.com/containerscrew/gitrack"

0 commit comments

Comments
 (0)