mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-07 18:08:26 -06:00
Remove cargo-binstall & toml-cli
This commit is contained in:
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@@ -68,10 +68,9 @@ jobs:
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
||||
- uses: cargo-bins/cargo-binstall@main
|
||||
|
||||
- run: cargo binstall toml-cli -y && echo "PACKAGE_VERSION=$(toml get ./Cargo.toml package.version --raw)" >> $GITHUB_ENV
|
||||
|
||||
- run: echo "PACKAGE_VERSION=$(grep '^version = ' Cargo.toml | sed 's/version = \"\(.*\)\"/\1/')" >> $GITHUB_ENV
|
||||
shell: sh
|
||||
|
||||
- name: Package Artifacts
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user