Skip to content

Commit

Permalink
change nightly to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
YamatoSecurity committed Nov 29, 2024
1 parent 95c86d7 commit 18dfabf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install nightly toolchain
- name: Install stable toolchain
run: |
rustup install nightly
rustup override set nightly
rustup install stable
# rustup override set nightly
- name: Install llvm-cov
run: cargo install cargo-llvm-cov
- name: Prepare llvm-tools
Expand Down

0 comments on commit 18dfabf

Please sign in to comment.