Skip to content

Commit

Permalink
I have officially lost all interest in getting this linux CI to work
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Oct 6, 2024
1 parent 35a8802 commit 42d5894
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 49 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,3 @@ jobs:
with:
name: moonlight-installer-windows
path: target/release/moonlight-installer.exe

build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2

- name: Build
run: |
chmod +x ./build-linux.sh
./build-linux.sh
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: moonlight-installer-linux
path: ./moonlight-installer-x86_64.AppImage
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
/target
/appimagetool
/appdir
*.AppImage
7 changes: 0 additions & 7 deletions assets/moonlight-installer.desktop

This file was deleted.

21 changes: 0 additions & 21 deletions build-linux.sh

This file was deleted.

0 comments on commit 42d5894

Please sign in to comment.