Skip to content

Commit

Permalink
CI: fix missing space
Browse files Browse the repository at this point in the history
Missing space caused that github action doesn't work.

Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
  • Loading branch information
hzhuang1 committed Nov 10, 2022
1 parent dbacfec commit 63356da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,10 @@ jobs:
with:
fetch-depth: '0'
- run: |
mkdir -p /usr/local/share/.tipi
# FIX: Hack for github action
git config --global --add safe.directory /usr/local/share/.tipi
git config --global --add safe.directory /__w/xxHash/xxHash/
mkdir -p /usr/local/share/.tipi
# FIX: Hack for github action
git config --global --add safe.directory /usr/local/share/.tipi
git config --global --add safe.directory /__w/xxHash/xxHash/
# checking if the xxHash project builds and passes tests
- name: Build as project target linux-cxx17 (run test multiInclude)
Expand Down

0 comments on commit 63356da

Please sign in to comment.