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: |
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"