Skip to content

Commit

Permalink
rust.yml use newer rust for job llvm_cov
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Nov 5, 2023
1 parent 18e1278 commit f363682
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ env:
# rust version for grcov job
# should be equal or greater than $MSRV_UPLOAD
VERSION_GRCOV: "1.67.0"
# rust version for llvm_cov job
# should be equal or greater than $MSRV_UPLOAD
VERSION_LLVM_COV: "1.70.0"
# run options for debug
S4_ARGSD: --blocksz 0x2 -s
# run options for release
Expand Down Expand Up @@ -458,10 +461,10 @@ jobs:
sudo apt update || true
sudo apt install --yes libsystemd0
- uses: actions-rs/toolchain@v1
name: toolchain ${{ env.MSRV_UPLOAD }} minimal
name: toolchain ${{ env.VERSION_LLVM_COV }} minimal
with:
profile: minimal
toolchain: ${{ env.MSRV_UPLOAD }}
toolchain: ${{ env.VERSION_LLVM_COV }}
override: true
- name: install cargo-llvm-cov
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit f363682

Please sign in to comment.