-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anshul Goyal
authored
Nov 21, 2020
1 parent
29e32b0
commit 35abd5a
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,9 +41,8 @@ jobs: | |
run: choco install -y llvm | ||
- name: set environment variables | ||
if: matrix.platform=='windows-latest' | ||
uses: allenevans/[email protected] | ||
with: | ||
LIBCLANG_PATH: 'C:\Program Files\LLVM\bin' | ||
run: echo "LIBCLANG_PATH=C:\Program Files\LLVM\bin" >> $GITHUB_ENV | ||
shell: bash | ||
- name: Build | ||
run: cargo build --release | ||
working-directory: native | ||
|
35abd5a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New misspellings found, please review:
To accept these changes, run the following commands
✏️ Contributor please read this
.github/actions/spell-check/whitelist/whitelist.txt
.add an item in
.github/actions/spell-check/patterns.txt
.At present, the action that triggered this message will not show its ❌ in this PR unless the branch is within this repository.
Thus, you should make sure that this comment has been addressed before merging this PR.
35abd5a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New misspellings found, please review:
To accept these changes, run the following commands
✏️ Contributor please read this
.github/actions/spell-check/whitelist/whitelist.txt
.add an item in
.github/actions/spell-check/patterns.txt
.At present, the action that triggered this message will not show its ❌ in this PR unless the branch is within this repository.
Thus, you should make sure that this comment has been addressed before merging this PR.