Skip to content

Commit 4a838d9

Browse files
authored
Temp remove AppImage due to failing build
1 parent b87a528 commit 4a838d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
working-directory: ${{ matrix.build_path }}
154154

155155
- name: Build AppImage for linux
156-
if: matrix.target_os == 'linux'
156+
if: false && matrix.target_os == 'linux'
157157
run: |
158158
PKG_URL_PREFIX="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous"
159159

0 commit comments

Comments
 (0)