Skip to content

Commit

Permalink
Update release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tbsklg committed Aug 18, 2024
1 parent bdf6252 commit a25af6d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update -y
sudo apt-get install pkg-config clang gcc-aarch64-linux-gnu musl-tools -y
sudo apt-get install clang gcc-aarch64-linux-gnu musl-tools -y
- name: Add rustup target
run: rustup target add ${{ matrix.target }}
Expand Down
11 changes: 11 additions & 0 deletions cli-client/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cli-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ reqwest = "0.11"
serde = "1.0.208"
config = "0.14.0"
serde_json = "1.0"
openssl = { version = "0.10", features = ["vendored"] }

[dev-dependencies]
assert_cmd = "2.0.16"
Expand Down

0 comments on commit a25af6d

Please sign in to comment.