diff options
author | Guy Harris <gharris@sonic.net> | 2023-07-01 15:15:09 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2023-07-01 15:15:09 -0700 |
commit | 9c41f66a08b74f67d539fbd93adc0c3a797ae466 (patch) | |
tree | e8ff473cb7e1386af609f276659d938a9d2d3406 | |
parent | d541bb2c5638a23e26fa90ea77272dfeb129b72e (diff) |
Cirrus CI: too many "s.
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 86ee86b0..3b958d45 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 "WINDOWS_PATH='%PATH%'"; export WINDOWS_PATH; env; ./build_matrix.sh" + - sh -c "WINDOWS_PATH='%PATH%'; export WINDOWS_PATH; env; ./build_matrix.sh" coverity_task: name: Coverity Scan |