Skip to content

Commit

Permalink
Properly export LIBCLANG_PATH
Browse files Browse the repository at this point in the history
This was previously reported in #5.
  • Loading branch information
svenstaro authored and jessebraham committed May 30, 2022
1 parent 627519f commit c6833c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
default: true
ldproxy: false
- run: rustc --print target-list | grep xtensa
- run: env | grep LIBCLANG_PATH
- run: xtensa-esp32-elf-gcc --version
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -e
set -eu


RE_VERSION="^[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?$"
Expand Down Expand Up @@ -57,3 +57,4 @@ esac
#shellcheck source=/dev/null
source "$HOME/exports"
echo "$PATH" >> "$GITHUB_PATH"
echo "LIBCLANG_PATH=${LIBCLANG_PATH}" >> "$GITHUB_ENV"

0 comments on commit c6833c1

Please sign in to comment.