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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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}