Adjust workflow to the new action
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 21s
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 21s
This commit is contained in:
@@ -14,23 +14,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
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
|
- name: Build RPM
|
||||||
uses: https://git.hydrosaber.com/hydros/build-rpm@main
|
uses: https://git.hydrosaber.com/hydros/build-rpm@main
|
||||||
with:
|
with:
|
||||||
spec-file-path: ./hyprwayland-scanner/hyprwayland-scanner.spec
|
spec-file-path: ./hyprwayland-scanner/hyprwayland-scanner.spec
|
||||||
|
|
||||||
- name: Cleanup toolbox
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
toolbox rm fedora-toolbox-43
|
|
||||||
|
|
||||||
- name: List everything
|
- name: List everything
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@@ -39,4 +27,4 @@ jobs:
|
|||||||
echo "Current directory"
|
echo "Current directory"
|
||||||
ls .
|
ls .
|
||||||
echo "Supposed rpm location"
|
echo "Supposed rpm location"
|
||||||
ls ~/rpm
|
ls ~/buildrpm/RPMS
|
||||||
|
|||||||
Reference in New Issue
Block a user