Checkout to project
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 39s
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 39s
This commit is contained in:
@@ -19,6 +19,14 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update
|
||||
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"
|
||||
ls ${GITEA_WORKSPACE}
|
||||
echo "List current directory"
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
dnf -y install rpmdevtools
|
||||
rpmdev-setuptree
|
||||
|
||||
toolbox run rpmdev-spectool -g -C ~/rpmbuild/SOURCES $1
|
||||
rpmdev-spectool -g -C ~/rpmbuild/SOURCES $1
|
||||
rpmbuild --nodebuginfo --bb $1
|
||||
|
||||
Reference in New Issue
Block a user