We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec96f5a commit e971dcfCopy full SHA for e971dcf
.github/workflows/depends.yml
@@ -44,7 +44,7 @@ jobs:
44
steps:
45
- name: Install dependencies
46
run: |
47
- choco install -y git cmake wget
+ choco install --no-progress -y git cmake wget
48
git clone -b v0.3 --single-branch --depth 1 https://github.com/analogdevicesinc/libad9361-iio.git
49
cd libad9361-iio
50
@@ -59,7 +59,7 @@ jobs:
59
mv deps\include\* package_windows\include\
60
ls package_windows\
61
ls package_windows\include
62
- cmake -DLIBIIO_LIBRARIES:FILEPATH=$pwd\package_windows\libiio -DLIBIIO_INCLUDEDIR:PATH=$pwd\package_windows\include\ .
+ cmake -DLIBIIO_LIBRARIES:FILEPATH=$pwd\package_windows\libiio.lib -DLIBIIO_INCLUDEDIR:PATH=$pwd\package_windows\include\ .
63
cmake --build . --config Release
64
ls
65
ls Release
0 commit comments