diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2223844..6d8a0f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,17 +6,6 @@ on: name: CI jobs: - prepare: - runs-on: ubuntu-latest - outputs: - rust_version: ${{ steps.read_toolchain.outputs.rust_version }} - steps: - - name: "Checkout repo" - uses: actions/checkout@v4 - - name: "Read rust version" - id: read_toolchain - run: echo "rust_version=$(cat rust-version)" >> $GITHUB_OUTPUT - build-test: name: Build and test runs-on: ubuntu-latest