Skip to content

Commit 41a65da

Browse files
committed
packaging dependencies
1 parent 45e3bfa commit 41a65da

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/actions/package-plugin/action.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ runs:
7474
shell: bash
7575
run: |
7676
: Install Dependencies 🛍️
77+
78+
# Install packaging dependencies
79+
sudo apt-get update
80+
sudo apt-get install -y \
81+
binutils \
82+
file \
83+
patchelf \
84+
dpkg-dev
85+
7786
echo ::group::Install Dependencies
7887
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
7988
echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)