From 7cb188fc5c624e15f394bdf9234b72c194e9b05e Mon Sep 17 00:00:00 2001 From: tangxifan Date: Mon, 30 Nov 2020 19:52:14 -0700 Subject: [PATCH] [CI] Try to give a correct repo path --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49b0972..5a5da11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: - name: Checkout OpenFPGA repo uses: actions/checkout@v2 with: - repository: https://github.com/LNIS-Projects/OpenFPGA + repository: https://github.com/LNIS-Projects/OpenFPGA/ - name: Install dependency run: source ./.github/workflows/install_dependency.sh