Skip to content

Commit a6220fd

Browse files
TEMP: for testing markdown-doctest build
1 parent c2d737d commit a6220fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/markdown-doctest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ jobs:
7373
7474
- name: Run markdown-doctest
7575
run: |
76-
if [ ! -f $HOME/.local/bin/markdown-doctest ]; then
76+
#if [ ! -f $HOME/.local/bin/markdown-doctest ]; then
7777
mkdir -p $HOME/.local/bin
7878
echo "----------------------------------------------------------------"
7979
echo "Build markdown-doctest"
8080
echo "----------------------------------------------------------------"
8181
echo
8282
cabal install markdown-doctest --project-file=cabal.project.markdown-doctest --installdir=$HOME/.local/bin --overwrite-policy=always
83-
fi
83+
#fi
8484
8585
echo "----------------------------------------------------------------"
8686
echo "Build streamly commit: $(git rev-parse HEAD)"

0 commit comments

Comments
 (0)