mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +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
|
||||
container:
|
||||
image: rockylinux:8
|
||||
options: --privileged --mount type=bind,source=/,target=/
|
||||
options: --privileged --mount type=bind,source=/,target=/host
|
||||
steps:
|
||||
- name: check distro
|
||||
run: cat /etc/os-release
|
||||
@ -16,7 +16,7 @@ jobs:
|
||||
- name: free up storage
|
||||
run: |
|
||||
df -h
|
||||
sudo rm -rf /usr/local/lib/android
|
||||
sudo rm -rf /host/usr/local/lib/android
|
||||
- uses: actions/checkout@v4
|
||||
- name: install
|
||||
run: ./bin/wally-tool-chain-install.sh
|
||||
|
Loading…
Reference in New Issue
Block a user