summaryrefslogtreecommitdiff
path: root/.github/workflows/arch-build-stable.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/arch-build-stable.yml')
-rw-r--r--.github/workflows/arch-build-stable.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.github/workflows/arch-build-stable.yml b/.github/workflows/arch-build-stable.yml
deleted file mode 100644
index b39121b5..00000000
--- a/.github/workflows/arch-build-stable.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-name: Check stable build for Arch.
-
-on:
- push:
- branches: [ main ]
- pull_request:
- branches: [ main ]
-
- # Allows you to run this workflow manually from the Actions tab
- workflow_dispatch:
-
-jobs:
- arch-build-stable:
- container: archlinux:latest
- runs-on: ubuntu-latest
-
- steps:
- # It is necessary to checkout into sub-directory, because of some weird ownership problems cause by using containers
- - name: Check out sources
- uses: actions/checkout@v3
- with:
- fetch-depth: 0
- path: swayfx
-
- - name: Stable makepkg build and check
- id: makepkg
- uses: edlanglois/pkgbuild-action@v1
- with:
- pkgdir: ./swayfx/build-scripts/aur