We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2977fff commit e6a2363Copy full SHA for e6a2363
.github/workflows/ubuntu.yml
@@ -1,4 +1,4 @@
1
-name: Build AppImageUpdate and AppImageKit
+name: Build AppImageUpdate on Ubuntu without Docker
2
3
on:
4
pull_request
@@ -25,13 +25,3 @@ jobs:
25
make -j$(nproc)
26
sudo make install
27
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