Updating shell script path

This commit is contained in:
Lalit Sharma 2021-03-23 00:03:30 -07:00
parent 922ec41348
commit f47d6feb54
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ jobs:
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
run: |
source openfpga.sh && cmake --build . --config $BUILD_TYPE
source ../openfpga.sh && cmake --build . --config $BUILD_TYPE
# Check the cache size and see if it is over the limit
- name: Check ccache size