소스 검색

update ci

ruki 1 년 전
부모
커밋
10697d71ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/freebsd.yml

+ 1 - 1
.github/workflows/freebsd.yml

@@ -30,7 +30,7 @@ jobs:
           copyback: false
           prepare: pkg install -y git curl unzip gmake llvm gsed bash perl5 openssl
           run: |
-            git config --global --add safe.directory /home/runner/work/xmake-repo/xmake-repo
+            git config --global --add safe.directory `pwd`
             git clone --recurse-submodules https://github.com/xmake-io/xmake.git /tmp/xmake -b dev
             cd /tmp/xmake
             ./configure