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

Commit

Permalink
ci: don't fail build if nbgv is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Dec 25, 2023
1 parent 1e53647 commit 3b4591d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:

- name: Install NBGV
run: dotnet tool install -g nbgv
continue-on-error: true

- name: Set Windows Feature
run: echo "rust_features='--features windows'" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 3b4591d

Please sign in to comment.