Minor bugfixes.

This commit is contained in:
Predrag Gruevski 2022-07-20 19:41:14 -04:00
parent 9167e38cae
commit bf71005d20

View file

@ -11,14 +11,14 @@ inputs:
default: 'v' default: 'v'
runs: runs:
using: "composite" using: "composite"
runs-on: ubuntu-latest
steps: steps:
- name: Install rust - name: Install rust
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: nightly toolchain: nightly
profile: minimal profile: minimal
- run: | - name: Build rustdoc and check it
run: |
# Colorize output, since GitHub Actions terminals support color. # Colorize output, since GitHub Actions terminals support color.
export CARGO_TERM_COLOR=always export CARGO_TERM_COLOR=always