Skip to content

Commit

Permalink
added some debug steps
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-athena authored Jun 20, 2024
1 parent 6916fa3 commit 74874e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test-windows-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
.\opam.exe init --bare --disable-sandboxing
.\opam.exe switch create . "ocaml-variants.4.14.0+mingw64c" --repos "default,mingw=git+https://github.com/fdopen/opam-repository-mingw.git#opam2"
if: steps.cache-opam.outputs.cache-hit != 'true'
- run: dir
working-directory: ${{ github.workspace }}
- name: Add opam to PATH
run: |
echo "##[add-path]${{ github.workspace }}"
- run: git config --system core.longpaths true
- name: Make checkout speedy
run: git config --global fetch.parallel 50
Expand Down

0 comments on commit 74874e1

Please sign in to comment.