diff --git a/.gitea/workflows/build-hyprwayland-scanner.yml b/.gitea/workflows/build-hyprwayland-scanner.yml index 745280a..4e13373 100644 --- a/.gitea/workflows/build-hyprwayland-scanner.yml +++ b/.gitea/workflows/build-hyprwayland-scanner.yml @@ -14,23 +14,11 @@ jobs: runs-on: ubuntu-latest steps: - - name: Prepare environment - shell: bash - run: | - sudo apt-get update - sudo apt-get install -y podman podman-toolbox - toolbox create --distro fedora --release f43 - - name: Build RPM uses: https://git.hydrosaber.com/hydros/build-rpm@main with: spec-file-path: ./hyprwayland-scanner/hyprwayland-scanner.spec - - name: Cleanup toolbox - shell: bash - run: | - toolbox rm fedora-toolbox-43 - - name: List everything shell: bash run: | @@ -39,4 +27,4 @@ jobs: echo "Current directory" ls . echo "Supposed rpm location" - ls ~/rpm + ls ~/buildrpm/RPMS