Update build.yml

include externals in build
This commit is contained in:
qurious-pixel
2021-05-10 17:44:52 -07:00
committed by GitHub
parent 3530fd224f
commit ae555dfe59

View File

@@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: recursive
- name: Prepare ccache timestamp
id: ccache_cache_timestamp
shell: cmake -P {0}