mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Update rocky.yml
This commit is contained in:
parent
e01c70a9d4
commit
19244c9bd7
4
.github/workflows/rocky.yml
vendored
4
.github/workflows/rocky.yml
vendored
@ -6,13 +6,15 @@ jobs:
|
|||||||
install:
|
install:
|
||||||
name: Test installation on Rocky 9
|
name: Test installation on Rocky 9
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: rockylinux:8
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: df -h
|
- run: df -h
|
||||||
|
- name: free up storage
|
||||||
|
run: sudo rm -rf /usr/local/lib/android
|
||||||
|
- run: docker run rockylinux:8
|
||||||
- run: dnf install -y sudo
|
- run: dnf install -y sudo
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: install
|
- name: install
|
||||||
|
Loading…
Reference in New Issue
Block a user