We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e3bfa commit 41a65daCopy full SHA for 41a65da
.github/actions/package-plugin/action.yaml
@@ -74,6 +74,15 @@ runs:
74
shell: bash
75
run: |
76
: 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
86
echo ::group::Install Dependencies
87
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
88
echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
0 commit comments