sillsdev / SpeechAnalyzer

SIL Speech Analyzer is a Windows program for acoustic analysis of speech sounds.
https://software.sil.org/speech-analyzer/
7 stars 3 forks source link

bug: flaky link errors on GH builds #111

Closed darcywong00 closed 1 year ago

darcywong00 commented 1 year ago

I've noticed the automated GitHub action builds frequently have fatal link errors

    LINK : fatal error LNK1104: cannot open file 'uriparser.lib' [D:\a\SpeechAnalyzer\SpeechAnalyzer\Src\LiftUtilsTest\Lift_Test.vcxproj]

    LINK : fatal error LNK1104: cannot open file 'fileutils.lib' [D:\a\SpeechAnalyzer\SpeechAnalyzer\Src\WaveUtilsTest\WaveUtils_Test.vcxproj]

Sometimes triggering the build again eventually passes...