From 15d3af0a419df89f9e3b5a176d0acbac7285bb60 Mon Sep 17 00:00:00 2001 From: Brian Mirletz Date: Sun, 25 Aug 2024 10:13:33 -0600 Subject: [PATCH] Assume lk repository owner is always NREL for Windows build (aligns with other OSes) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe89f608..0e8cf79f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -223,7 +223,7 @@ jobs: uses: actions/checkout@v4 with: path: lk - repository: ${{ env.GITHUB_REPOSITORY_OWNER }}/lk + repository: NREL/lk ref: ${{ env.LK_BRANCH }} - name: Build LK if: steps.cachedlk.outputs.cache-hit != 'true'