Skip to content

Commit

Permalink
A bare 1.80 gets turned into 1.8.0
Browse files Browse the repository at this point in the history
YAML is pain
  • Loading branch information
rtyler committed Sep 5, 2024
1 parent 55dd7b7 commit 09a39a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: 1.80
toolchain: '1.80'
override: true

- name: Format
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: 1.80
toolchain: '1.80'
override: true

- name: Run tests
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 09a39a1

Please sign in to comment.