Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Nov 25, 2024
1 parent 2977fff commit e6a2363
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build AppImageUpdate and AppImageKit
name: Build AppImageUpdate on Ubuntu without Docker

on:
pull_request
Expand All @@ -25,13 +25,3 @@ jobs:
make -j$(nproc)
sudo make install
cd ..
- name: Build AppImageKit
run: |
git clone --recursive https://github.com/AppImage/AppImageKit
cd AppImageKit/
mkdir build/
cd build/
cmake -DUSE_SYSTEM_XZ=ON -DUSE_SYSTEM_INOTIFY_TOOLS=ON -DUSE_SYSTEM_LIBARCHIVE=ON -DUSE_SYSTEM_GTEST=OFF -DCMAKE_INSTALL_PREFIX=/usr ..
make -j$(nproc)
sudo make install

0 comments on commit e6a2363

Please sign in to comment.