Skip to content

Commit

Permalink
fix appimage.yaml by removing tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
onli committed Dec 5, 2023
1 parent 24c7581 commit d01cf8a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ jobs:
Create-Appimage:
runs-on: ubuntu-20.04
steps:
- 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
run: make
- name: Install into appdir
run: DESTDIR=appdir make install
- name: Build AppImage
run: make -f Makefile.appimage build
- name: Upload AppImage
run: make -f Makefile.appimage upload
- 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
run: make
- name: Install into appdir
run: DESTDIR=appdir make install
- name: Build AppImage
run: make -f Makefile.appimage build
- name: Upload AppImage
run: make -f Makefile.appimage upload

0 comments on commit d01cf8a

Please sign in to comment.