Create the toolbox needed and cleanup afterwards
This commit is contained in:
@@ -18,12 +18,18 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y podman podman-toolbox
|
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user