diff options
| author | Fuwn <[email protected]> | 2021-05-20 05:36:38 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-20 05:36:38 +0000 |
| commit | 328ffd2d588bed7d4d62057b65e957a99320ec63 (patch) | |
| tree | 4718772b405a326715bdb898cbf5f91efd699cfe /.github/workflows | |
| parent | Merge branch 'main' of https://github.com/fuwn/nitrous (diff) | |
| download | nitrous-328ffd2d588bed7d4d62057b65e957a99320ec63.tar.xz nitrous-328ffd2d588bed7d4d62057b65e957a99320ec63.zip | |
fix(actions): profile
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b519490..4d3d71e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Toolchain 🧰 uses: actions-rs/toolchain@v1 with: - profile-minimal: minimal + profile: minimal toolchain: nightly-2021-05-19 components: rustfmt, clippy override: true |