Skip to content

Commit

Permalink
cygpath var
Browse files Browse the repository at this point in the history
  • Loading branch information
iquerejeta committed Mar 27, 2023
1 parent 128dc9c commit 2b5bd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:

- name: Build
# if: runner.os != 'Windows'
run: cabal build all --enable-tests --extra-lib-dirs ${GITHUB_WORKSPACE}/blst-sources/blst
run: cabal test all --enable-tests --test-show-details=direct -j1 -v3 --extra-lib-dirs "$(cygpath -u "${env:GITHUB_WORKSPACE}")/blst-sources/blst"

# - name: Run tests [WIN]
# if: runner.os == 'Windows'
Expand Down

0 comments on commit 2b5bd23

Please sign in to comment.