Skip to content

Commit 2644bc4

Browse files
authored
Merge pull request apache#171 from nickolay/master
Fix GitHub CI failures.
2 parents f614481 + 8406a93 commit 2644bc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ on: [push]
44

55
jobs:
66
build:
7-
87
runs-on: ubuntu-latest
98

109
steps:
1110
- uses: actions/checkout@v1
1211
- name: Setup Rust
1312
run: |
14-
rustup toolchain install nightly && rustup component add --toolchain nightly rustfmt
13+
rustup toolchain install nightly --profile default
1514
rustup toolchain install stable
1615
rustup override set stable
1716
# Clippy must be run first, as its lints are only triggered during

0 commit comments

Comments
 (0)