Skip to content

Commit e6a2363

Browse files
authored
Simplify
1 parent 2977fff commit e6a2363

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build AppImageUpdate and AppImageKit
1+
name: Build AppImageUpdate on Ubuntu without Docker
22

33
on:
44
pull_request
@@ -25,13 +25,3 @@ jobs:
2525
make -j$(nproc)
2626
sudo make install
2727
cd ..
28-
29-
- name: Build AppImageKit
30-
run: |
31-
git clone --recursive https://github.com/AppImage/AppImageKit
32-
cd AppImageKit/
33-
mkdir build/
34-
cd build/
35-
cmake -DUSE_SYSTEM_XZ=ON -DUSE_SYSTEM_INOTIFY_TOOLS=ON -DUSE_SYSTEM_LIBARCHIVE=ON -DUSE_SYSTEM_GTEST=OFF -DCMAKE_INSTALL_PREFIX=/usr ..
36-
make -j$(nproc)
37-
sudo make install

0 commit comments

Comments
 (0)