Yeuoly hace 1 año
padre
commit
b28422cf25
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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/...