mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Update rocky.yml for Rocky 8 testing
This commit is contained in:
parent
06f909f9bf
commit
f910564fa4
4
.github/workflows/rockyInstall.yml
vendored
4
.github/workflows/rockyInstall.yml
vendored
@ -4,11 +4,11 @@ on: [workflow_dispatch]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
install:
|
install:
|
||||||
name: Test installation on Rocky 9
|
name: Test installation on Rocky 8
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: rockylinux:8
|
image: rockylinux:8
|
||||||
options: --privileged --mount type=bind, source=/, target=/
|
options: --privileged --mount type=bind,source=/,target=/
|
||||||
steps:
|
steps:
|
||||||
- name: check distro
|
- name: check distro
|
||||||
run: cat /etc/os-release
|
run: cat /etc/os-release
|
||||||
|
Loading…
Reference in New Issue
Block a user