Skip to content

Commit

Permalink
Assume lk repository owner is always NREL for Windows build (aligns w…
Browse files Browse the repository at this point in the history
…ith other OSes)
  • Loading branch information
brtietz committed Aug 25, 2024
1 parent ae68098 commit 15d3af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 15d3af0

Please sign in to comment.