Skip to content

Commit

Permalink
Small code style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Nov 22, 2023
1 parent bab3550 commit 7635b0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup or update Rust toolchain
run: |
rustup toolchain install stable --profile default
run: rustup toolchain install stable --profile default

- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
uses: r7kamura/rust-problem-matchers@main

- name: Setup or update Rust ${{ matrix.toolchain }} toolchain
run: |
rustup toolchain install ${{ matrix.toolchain }} --profile default
run: rustup toolchain install ${{ matrix.toolchain }} --profile default

- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
tag_name: tag,
generate_release_notes: true
});
return release.data.upload_url;
build-and-upload:
Expand All @@ -54,8 +55,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup or update Rust toolchain
run: |
rustup toolchain install stable --profile default
run: rustup toolchain install stable --profile default

- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 7635b0b

Please sign in to comment.