Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
caclark committed Dec 27, 2024
1 parent 562e962 commit 3e7debf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/appimage-minimal-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
yes | sudo apt-get install git
yes | sudo apt-get install libgtk-3-bin
yes | sudo apt-get install libgtk-3-dev
yes | sudo apt-get install librsvg2-dev
yes | sudo apt-get install meson
yes | sudo apt-get install ninja-build
yes | sudo apt-get install pandoc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appimage-minimal-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
sudo apt install -y gettext
sudo apt install -y libgtk-3-bin
sudo apt install -y libgtk-3-dev
sudo apt install -y librsvg2-dev
sudo apt install -y pandoc
sudo apt install -y patchelf
sudo apt install -y wget
sudo apt install -y yelp-tools
sudo apt install -y librsvg2-dev
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 3e7debf

Please sign in to comment.