Skip to content

Commit

Permalink
ci fix: Add repo checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
onli committed Dec 5, 2023
1 parent d01cf8a commit 3d7af64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ jobs:
Create-Appimage:
runs-on: ubuntu-20.04
steps:
- name: Check out the repository to the runner
uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get -y install pkg-config libglib2.0-dev libgconf2-dev libgtk-3-dev libwnck-3-dev libwxgtk3.0-gtk3-dev libxcb1-dev libxcb-ewmh-dev xcb-proto librsvg2-dev
- name: Compile software
Expand Down

0 comments on commit 3d7af64

Please sign in to comment.