[Test] Bug fix for github actions

This commit is contained in:
tangxifan 2020-11-23 20:24:18 -07:00
parent a95ddef90d
commit de44e8c9d1
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 ./.github/workflow/install_dependency.sh
run: source ./.github/workflows/install_dependency.sh
- name: Compile OpenFPGA
uses: nicledomaS/cmake_build_action@v1