Yeuoly 1 년 전
부모
커밋
b28422cf25
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/tests-arm64.yml

+ 1 - 1
.github/workflows/tests-arm64.yml

@@ -42,7 +42,7 @@ jobs:
         run: pip install httpx requests jinja2
 
       - name: Link Go
-      - run: sudo ln -s "$(which go)" /usr/local/bin/go
+        run: sudo ln -s "$(which go)" /usr/local/bin/go
 
       - name: Run Intgeration tests
         run: sudo go test -v github.com/langgenius/dify-sandbox/tests/integration_tests/...