use newer xbps builder
Build/Publish XBPS / build-and-publish (push) Failing after 7s
Details
Build/Publish XBPS / build-and-publish (push) Failing after 7s
Details
This commit is contained in:
parent
2aacd578f4
commit
328bcf1187
|
@ -5,7 +5,7 @@ on: [push]
|
|||
jobs:
|
||||
build-and-publish:
|
||||
runs-on: docker
|
||||
container: git.snaile.de/snailed/xbps-builder:2024.4.2245
|
||||
container: git.snaile.de/snailed/xbps-builder:2024.4.843
|
||||
env:
|
||||
LICENSE: GPL-2.0
|
||||
SHORT_DESCRIPTION: Customized dwm
|
||||
|
@ -14,7 +14,10 @@ jobs:
|
|||
ARCH: x86_64
|
||||
NAME: dwm-custom
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
|
||||
- name: Checkout
|
||||
uses: https://code.forgejo.org/actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Generate and package name
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue