Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Oct 29, 2022
1 parent fe8c489 commit 8da11de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
pdrofile: minimal
profile: minimal
toolchain: ${{ matrix.rust }}
override: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
pdrofile: minimal
profile: minimal
toolchain: nightly
override: true
components: clippy, rustfmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
pdrofile: minimal
profile: minimal
toolchain: stable
override: true
target: x86_64-unknown-linux-musl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
pdrofile: minimal
profile: minimal
toolchain: nightly
override: true
target: x86_64-unknown-linux-musl
Expand Down

0 comments on commit 8da11de

Please sign in to comment.