Checkout to project
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 39s

This commit is contained in:
2025-11-28 00:05:33 -05:00
parent cdb0f191b9
commit 43845ad663
2 changed files with 9 additions and 1 deletions

View File

@@ -19,6 +19,14 @@ jobs:
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y podman skopeo iptables sudo apt-get install -y podman skopeo iptables
# These stage versions are pinned by https://github.com/renovatebot/renovate
- name: Checkout
uses: actions/checkout@v6 # v5
- name: Setup workspace
shell: bash
run: |
echo "List workspace directory" echo "List workspace directory"
ls ${GITEA_WORKSPACE} ls ${GITEA_WORKSPACE}
echo "List current directory" echo "List current directory"

View File

@@ -3,5 +3,5 @@
dnf -y install rpmdevtools dnf -y install rpmdevtools
rpmdev-setuptree rpmdev-setuptree
toolbox run rpmdev-spectool -g -C ~/rpmbuild/SOURCES $1 rpmdev-spectool -g -C ~/rpmbuild/SOURCES $1
rpmbuild --nodebuginfo --bb $1 rpmbuild --nodebuginfo --bb $1