File tree 3 files changed +4
-3
lines changed 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# # Toolchain config
4
4
WIN = 64
5
- BINPREF64 = /ucrt64/bin/
6
5
7
6
# Enable features
8
7
USE_ICU = YES
Original file line number Diff line number Diff line change @@ -11,13 +11,14 @@ set -x
11
11
srcdir=$( dirname $( realpath $0 ) )
12
12
13
13
# Put pdflatex on the path (needed only for CMD check)
14
- export PATH=" $PATH :$HOME /AppData/Local/Programs/MiKTeX/miktex/bin/x64:/c/progra~1/MiKTeX/miktex/bin/x64:/c/progra~1/MiKTeX 2.9/miktex/bin/x64"
14
+ export PATH=" /ucrt64/bin: $PATH :$HOME /AppData/Local/Programs/MiKTeX/miktex/bin/x64:/c/progra~1/MiKTeX/miktex/bin/x64:/c/progra~1/MiKTeX 2.9/miktex/bin/x64"
15
15
echo " PATH: $PATH "
16
16
pdflatex --version
17
17
texindex --version
18
18
texi2any --version
19
19
make --version
20
20
perl --version
21
+ gcc --version
21
22
22
23
# Extra steps to prepare SVN build (rather than official tarball)
23
24
cd " $( cygpath ${GITHUB_WORKSPACE} ) "
Original file line number Diff line number Diff line change @@ -12,13 +12,14 @@ scripts=$(dirname $(realpath $0))
12
12
sources=$( cygpath ${GITHUB_WORKSPACE} )
13
13
14
14
# Put pdflatex on the path (needed only for CMD check)
15
- export PATH=" $PATH :/c/progra~1/git/bin:/c/progra~1/MiKTeX/miktex/bin/x64"
15
+ export PATH=" $PATH :/ucrt64/bin:/ c/progra~1/git/bin:/c/progra~1/MiKTeX/miktex/bin/x64"
16
16
echo " PATH: $PATH "
17
17
pdflatex --version
18
18
texindex --version
19
19
texi2any --version
20
20
make --version
21
21
perl --version
22
+ gcc --version
22
23
23
24
# Extra steps to prepare SVN build (rather than official tarball)
24
25
cd " ${sources} "
You can’t perform that action at this time.
0 commit comments