mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
[CI] GHA path with spaces (#9356)
Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
parent
9172f8c3a6
commit
05d4cced4e
1 changed files with 0 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -48,8 +48,6 @@ jobs:
|
|||
shell: bash -e -o pipefail -l {0}
|
||||
run: |
|
||||
# Note: only configure settings here that are required _before_ the repository is cloned (such as Git settings).
|
||||
# Put a path with spaces (and use common words like 'src') to verify correct builds
|
||||
export GITHUB_WORKSPACE="${GITHUB_WORKSPACE%/*} src/${GITHUB_WORKSPACE##*/}"
|
||||
if [ ! -f ~/.profile ] && [ ! -f ~/.bash_profile ]; then # missing on some machines, but needed for ~/.bashrc
|
||||
echo 'if [ -n "${BASH_VERSION}" ] && [ -f ~/.bashrc ]; then . ~/.bashrc; fi' >> ~/.profile
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue