Skip to content

Commit

Permalink
Disable flatpaks in GitHub actions.
Browse files Browse the repository at this point in the history
Unfortunately, it seems that maker keeps failing on zypak module, I have
to disable it for now.
  • Loading branch information
SpacingBat3 committed Jul 6, 2022
1 parent 4e3df0a commit ae11f5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
runs-on: ubuntu-latest
env:
WEBCORD_BUILD: DEVEL
WEBCORD_FLATPAK: 'TRUE'
DEBUG: '*'
steps:
- uses: actions/checkout@v2
Expand All @@ -20,14 +19,6 @@ jobs:
- name: Install dependencies
run: npm install

- name: Setup Clang
uses: egor-tensin/setup-clang@v1

- name: Setup Flatpak
run: |
sudo apt install flatpak flatpak-builder elfutils -y
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- name: Publish artifacts (x64)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
runs-on: ubuntu-latest
env:
WEBCORD_BUILD: RELEASE
WEBCORD_FLATPAK: 'TRUE'
DEBUG: '*'
steps:
- uses: actions/checkout@v2
Expand All @@ -19,14 +18,6 @@ jobs:

- name: Install dependencies
run: npm install

- name: Setup Clang
uses: egor-tensin/setup-clang@v1

- name: Setup Flatpak
run: |
sudo apt install flatpak flatpak-builder elfutils -y
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

- name: Publish artifacts (x64)
env:
Expand Down

0 comments on commit ae11f5b

Please sign in to comment.