From cb19cf032b514a97687f2c2a6ee7c09b48d90cf1 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 1 Oct 2024 18:33:36 -0500 Subject: [PATCH] Remove cargo-binstall & toml-cli --- .github/workflows/build.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dd53fe5..31bc5cd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: |