diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f5ec80..b91c873 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,10 @@ jobs: fetch-depth: 0 set-safe-directory: '' + # Force working directory to be safe. + - name: Make Workspace Directory Safe + run: git config --global --add safe.directory /__w/virtual-accelerator/virtual-accelerator + # Install micromamba - name: Install mamba uses: mamba-org/setup-micromamba@v1