Skip to content

Commit 01f6538

Browse files
committed
Disable flatpak
1 parent e1f9f0d commit 01f6538

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
# Scheduled runs should always build from Dev. Manual runs should build from the selected branch.
2222
TARGET_REF: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'Dev' }}
2323
# Flatpak is enabled in CI.
24-
OPENVCS_ENABLE_FLATPAK: '1'
24+
OPENVCS_ENABLE_FLATPAK: '0'
2525

2626
jobs:
2727
check-changes:

.github/workflows/publish-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
SCCACHE_GHA_ENABLED: 'true'
1616
SCCACHE_CACHE_SIZE: '2G'
1717
# Flatpak is enabled in CI.
18-
OPENVCS_ENABLE_FLATPAK: '1'
18+
OPENVCS_ENABLE_FLATPAK: '0'
1919
strategy:
2020
fail-fast: false
2121
matrix:

0 commit comments

Comments
 (0)