mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 09:45:18 +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:
|
||||
name: Test installation on Rocky 9
|
||||
runs-on: ubuntu-latest
|
||||
container: rockylinux:8
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
steps:
|
||||
- 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
|
||||
- uses: actions/checkout@v4
|
||||
- name: install
|
||||
|
Loading…
Reference in New Issue
Block a user