mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
Update rocky.yml for Rocky 8 testing
This commit is contained in:
parent
f910564fa4
commit
919fd8c2db
4
.github/workflows/rockyInstall.yml
vendored
4
.github/workflows/rockyInstall.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
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=/host
|
||||||
steps:
|
steps:
|
||||||
- name: check distro
|
- name: check distro
|
||||||
run: cat /etc/os-release
|
run: cat /etc/os-release
|
||||||
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: free up storage
|
- name: free up storage
|
||||||
run: |
|
run: |
|
||||||
df -h
|
df -h
|
||||||
sudo rm -rf /usr/local/lib/android
|
sudo rm -rf /host/usr/local/lib/android
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: install
|
- name: install
|
||||||
run: ./bin/wally-tool-chain-install.sh
|
run: ./bin/wally-tool-chain-install.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user