Browse Source

More fixes for GitHub changes

master
Alex Crichton 5 years ago
parent
commit
7ba57a86a9
  1. 1
      .github/workflows/main.yml

1
.github/workflows/main.yml

@ -93,6 +93,7 @@ jobs:
- uses: actions/checkout@master
- name: Install Rust
run: rustup update 1.31.0 --no-self-update && rustup default 1.31.0
shell: bash
- run: cargo build
rustfmt:

Loading…
Cancel
Save