Add submodule checkout to Actions workflow
This commit is contained in:
parent
0d9d77d3ca
commit
b1c94e1722
|
|
@ -16,6 +16,8 @@ jobs:
|
||||||
sudo pip3 install meson
|
sudo pip3 install meson
|
||||||
wget -O /tmp/radio_tool.deb https://github.com/v0l/radio_tool/releases/download/v0.1.0/radio_tool-0.1.0-Linux.deb
|
wget -O /tmp/radio_tool.deb https://github.com/v0l/radio_tool/releases/download/v0.1.0/radio_tool-0.1.0-Linux.deb
|
||||||
sudo dpkg -i /tmp/radio_tool.deb
|
sudo dpkg -i /tmp/radio_tool.deb
|
||||||
|
- name: Checkout submodules
|
||||||
|
uses: textbook/git-checkout-submodule-action@master
|
||||||
- name: meson-setup
|
- name: meson-setup
|
||||||
run: |
|
run: |
|
||||||
cd ${{github.workspace}}
|
cd ${{github.workspace}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue