Skip to content

Commit

Permalink
Install correct toolchain on CI (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Aug 20, 2023
1 parent 62c8746 commit 68012b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
with:
components: clippy, rustfmt
override: true
target: ${{ matrix.target }}
toolchain: 1.56.0

- name: Info
Expand Down
4 changes: 0 additions & 4 deletions bin/package
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ fi
echo "Building completions..."
cargo run --package gen -- --bin $executable completion-scripts

echo "Generating changelog..."
cargo run --package gen -- --bin $executable changelog

echo "Generating readme..."
cargo run --package gen -- --bin $executable readme

Expand All @@ -56,7 +53,6 @@ cp -r \
echo "Copying generated files..."
cp -r \
target/gen/README.md \
target/gen/CHANGELOG.md \
target/gen/completions \
$dist

Expand Down

0 comments on commit 68012b1

Please sign in to comment.