diff options
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c08fa69f..86ee86b0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -84,7 +84,7 @@ windows_task: - curl -o AirPcap_Devpack.zip -L -s "https://support.riverbed.com/bin/support/download?sid=l3vk3eu649usgu3rj60uncjqqu" - 7z x .\AirPcap_Devpack.zip -oc:\projects\libpcap\Win32 script: - - sh -c "echo $ORIGINAL_PATH; ./build_matrix.sh" + - sh -c "WINDOWS_PATH='%PATH%'"; export WINDOWS_PATH; env; ./build_matrix.sh" coverity_task: name: Coverity Scan |