[Test] Bug fix in calling scripts for Github Actions

This commit is contained in:
tangxifan 2020-11-23 20:22:59 -07:00
parent f2b6655550
commit a95ddef90d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2
- name: Install dependency
run: source install_dependency.sh
run: source ./.github/workflow/install_dependency.sh
- name: Compile OpenFPGA
uses: nicledomaS/cmake_build_action@v1