Skip to content

Commit e971dcf

Browse files
committed
Add libad9361 workflow
Signed-off-by: Travis F. Collins <[email protected]>
1 parent ec96f5a commit e971dcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/depends.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- name: Install dependencies
4646
run: |
47-
choco install -y git cmake wget
47+
choco install --no-progress -y git cmake wget
4848
git clone -b v0.3 --single-branch --depth 1 https://github.com/analogdevicesinc/libad9361-iio.git
4949
cd libad9361-iio
5050
@@ -59,7 +59,7 @@ jobs:
5959
mv deps\include\* package_windows\include\
6060
ls package_windows\
6161
ls package_windows\include
62-
cmake -DLIBIIO_LIBRARIES:FILEPATH=$pwd\package_windows\libiio -DLIBIIO_INCLUDEDIR:PATH=$pwd\package_windows\include\ .
62+
cmake -DLIBIIO_LIBRARIES:FILEPATH=$pwd\package_windows\libiio.lib -DLIBIIO_INCLUDEDIR:PATH=$pwd\package_windows\include\ .
6363
cmake --build . --config Release
6464
ls
6565
ls Release

0 commit comments

Comments
 (0)