Skip to content

Commit

Permalink
Install stable version instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Mar 4, 2025
1 parent 0c03975 commit e034736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-llvm-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Add postgres to PATH
run: echo "/usr/lib/postgresql/14/bin" >> $GITHUB_PATH

- name: Install toolchain
run: rustup toolchain install 1.85-x86_64-unknown-linux-gnu
- name: Install stable toolchain
run: rustup toolchain install stable

- name: Set Swap Space
uses: pierotofy/set-swap-space@master
Expand Down

0 comments on commit e034736

Please sign in to comment.