Skip to content

Commit 03a039f

Browse files
committed
[EXPERIMENTAL] gh-actions: Remove install rust/*.rmeta and rust/*.so
Signed-off-by: Yang Jeong Hun <[email protected]>
1 parent 10df636 commit 03a039f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ jobs:
9999
install -Dt "$addon_path/drivers/media/tuners" -m644 drivers/media/tuners/*.h
100100
install -Dt "$addon_path/drivers/iio/common/hid-sensors" -m644 drivers/iio/common/hid-sensors/*.h
101101
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
107102
export arch
108103
if [ ${{ matrix.arch }} == "x86" ]
109104
then

0 commit comments

Comments
 (0)