Skip to content

Commit

Permalink
Script(fix): fix release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Feb 11, 2024
1 parent bffc387 commit bf56722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SRAIN_TAG_DATE=`git log $SRAIN_TAG -n 1 --pretty=format:"%ad" --date=format:'%a,
# Make dependencies: gettext, libconfig-dev, libgtk-3-dev, libsecret-1-dev, libsoup2.4-dev, libssl-dev, pkg-config
# Runtime dependencies: glib-networking, libgtk-3-0, libsecret-1-0, libconfig9, libsoup2.4
# Python3 script: python3 python3-requests
apt-get install -y debhelper dpkg-dev gettext libconfig-dev libgtk-3-dev libsecret-1-dev libsoup2.4-dev libssl-dev pkg-config glib-networking libgtk-3-0 libsecret-1-0 libconfig9 libsoup2.4 python3 python3-requests meson;
apt-get install -y debhelper dpkg-dev gettext libconfig-dev libgtk-3-dev libsecret-1-dev libsoup2.4-dev libssl-dev pkg-config glib-networking libgtk-3-0 libsecret-1-0 libconfig9 libsoup2.4 python3 python3-requests meson libayatana-appindicator3-dev;
# Download the debian files.
git clone https://github.com/SrainApp/srain-contrib.git --depth 1;
cd srain-contrib;
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
mkdir -pv $INSTALL_DIR;
meson setup -Ddoc_builders=[] \
--buildtype=release \
-Dapp_indicator=false \
builddir && \
ninja -C builddir && \
DESTDIR=$PWD/$INSTALL_DIR ninja -C builddir install && \
Expand Down

0 comments on commit bf56722

Please sign in to comment.