From 09a39a163200a08f8fe4468f2740d20fa0a784a5 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Thu, 5 Sep 2024 13:40:53 +0000 Subject: [PATCH] A bare 1.80 gets turned into 1.8.0 YAML is pain --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d83fc31ab5..ff650eff98 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: default - toolchain: 1.80 + toolchain: '1.80' override: true - name: Format @@ -36,7 +36,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: default - toolchain: 1.80 + toolchain: '1.80' override: true - name: Install cargo-llvm-cov uses: taiki-e/install-action@cargo-llvm-cov @@ -67,7 +67,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: default - toolchain: 1.80 + toolchain: '1.80' override: true - name: build and lint with clippy @@ -104,7 +104,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: default - toolchain: 1.80 + toolchain: '1.80' override: true - name: Run tests @@ -138,7 +138,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: default - toolchain: 1.80 + toolchain: '1.80' override: true # Install Java and Hadoop for HDFS integration tests