Install skopeo to help attach to container
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 17s

This commit is contained in:
2025-11-27 14:33:11 -05:00
parent 6527fbc42b
commit 2d2aa0d598

View File

@@ -14,6 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup environment
shell: bash
run: |
sudo apt-get install -y skopeo
- name: Build RPM
uses: https://git.hydrosaber.com/hydros/build-rpm@main
with: