mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
Checkout submodules in install test action
This commit is contained in:
parent
479a59e44b
commit
fab1b6eab9
6
.github/workflows/install.yml
vendored
6
.github/workflows/install.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
|||||||
sudo apt-get clean &> /dev/null
|
sudo apt-get clean &> /dev/null
|
||||||
df -h
|
df -h
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
- name: install
|
- name: install
|
||||||
run: sudo ./bin/wally-tool-chain-install.sh
|
run: sudo ./bin/wally-tool-chain-install.sh
|
||||||
- name: setup
|
- name: setup
|
||||||
@ -54,8 +56,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: ["rockylinux:8", "almalinux:8"]
|
os: ["rockylinux:8", "almalinux:8"]
|
||||||
steps:
|
steps:
|
||||||
- name: check distro
|
|
||||||
run: cat /etc/os-release
|
|
||||||
- run: dnf install -y sudo
|
- run: dnf install -y sudo
|
||||||
- name: free up storage
|
- name: free up storage
|
||||||
run: |
|
run: |
|
||||||
@ -66,6 +66,8 @@ jobs:
|
|||||||
sudo rm -rf /host/opt/hostedtoolcache/CodeQL &> /dev/null
|
sudo rm -rf /host/opt/hostedtoolcache/CodeQL &> /dev/null
|
||||||
df -h
|
df -h
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
- name: install
|
- name: install
|
||||||
run: ./bin/wally-tool-chain-install.sh
|
run: ./bin/wally-tool-chain-install.sh
|
||||||
- name: setup
|
- name: setup
|
||||||
|
Loading…
Reference in New Issue
Block a user