Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
ci: nbgv is not installed on mac image
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Dec 25, 2023
1 parent a318096 commit 8070810
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov

- name: Install NBGV
run: dotnet tool install --tool-path . nbgv

- name: Build Rust
working-directory: src/Rust
run: cargo build --release
Expand Down

0 comments on commit 8070810

Please sign in to comment.