Skip to content

Commit 1ba928c

Browse files
author
Daniel Kroening
committed
cleanup unnecessary path from configuration file
1 parent 4291232 commit 1ba928c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ phases:
1111
commands:
1212
- |
1313
$env:Path = "C:\tools\cygwin\bin;$env:Path"
14-
C:\tools\cygwin\bin\bash -c "make -C src minisat2-download DOWNLOADER=wget"
14+
bash -c "make -C src minisat2-download DOWNLOADER=wget"
1515
1616
- |
1717
$env:Path = "C:\tools\cygwin\bin;c:\tools\clcache\clcache-4.1.0;$env:Path"

0 commit comments

Comments
 (0)