Skip to content

Commit 3e046d0

Browse files
committed
Cirrus CI: properly escape the backslash in the path.
1 parent d407e04 commit 3e046d0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.cirrus.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ windows_task:
7575
- choco install --no-progress -y winflexbison
7676
- win_flex --version
7777
- win_bison --version
78-
- dir "C:\Program Files\Git\bin"
79-
- dir "C:\Program Files\Git\usr\bin"
80-
- dir/s/a C:\uname.exe
8178
- choco install -y --no-progress msys2
8279
- choco install --no-progress -y curl
8380
- curl -O -s https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
@@ -87,7 +84,7 @@ windows_task:
8784
- curl -o AirPcap_Devpack.zip -L -s "https://support.riverbed.com/bin/support/download?sid=l3vk3eu649usgu3rj60uncjqqu"
8885
- 7z x .\AirPcap_Devpack.zip -oc:\projects\libpcap\Win32
8986
script:
90-
- C:\tools\msys64\usr\bin\bash -lc ".\build_matrix.sh"
87+
- C:\tools\msys64\usr\bin\bash -lc ".\\build_matrix.sh"
9188

9289
coverity_task:
9390
name: Coverity Scan

0 commit comments

Comments
 (0)