Checkout submodules in install test action

This commit is contained in:
Jordan Carlin 2024-07-16 07:08:52 -07:00
parent 479a59e44b
commit fab1b6eab9
No known key found for this signature in database

View File

@ -35,6 +35,8 @@ jobs:
sudo apt-get clean &> /dev/null
df -h
- uses: actions/checkout@v4
with:
submodules: recursive
- name: install
run: sudo ./bin/wally-tool-chain-install.sh
- name: setup
@ -54,8 +56,6 @@ jobs:
matrix:
os: ["rockylinux:8", "almalinux:8"]
steps:
- name: check distro
run: cat /etc/os-release
- run: dnf install -y sudo
- name: free up storage
run: |
@ -66,6 +66,8 @@ jobs:
sudo rm -rf /host/opt/hostedtoolcache/CodeQL &> /dev/null
df -h
- uses: actions/checkout@v4
with:
submodules: recursive
- name: install
run: ./bin/wally-tool-chain-install.sh
- name: setup