codecov use stable

This commit is contained in:
Ivan Folgueira Bande 2025-10-06 17:55:03 +02:00
parent a68b4fd518
commit 4086fbeec0
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -21,7 +21,7 @@ jobs:
- name: Set up Rust - name: Set up Rust
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: nightly toolchain: stable
override: true override: true
- name: Install system deps - name: Install system deps