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 10df636 commit 03a039fCopy full SHA for 03a039f
.github/workflows/build.yml
@@ -99,11 +99,6 @@ jobs:
99
install -Dt "$addon_path/drivers/media/tuners" -m644 drivers/media/tuners/*.h
100
install -Dt "$addon_path/drivers/iio/common/hid-sensors" -m644 drivers/iio/common/hid-sensors/*.h
101
find . -name 'Kconfig*' -exec install -Dm644 {} "$addon_path/{}" \;
102
- if [ ${{ matrix.arch }} == "x86" ]
103
- then
104
- install -Dt "$addon_path/rust" -m644 rust/*.rmeta
105
- install -Dt "$addon_path/rust" rust/*.so
106
- fi
107
export arch
108
if [ ${{ matrix.arch }} == "x86" ]
109
then
0 commit comments