Change checkout reference to build branch

This commit is contained in:
Thomas Krijnen
2026-03-14 14:51:24 +01:00
committed by GitHub
parent 1a6fd2530f
commit cf9df33aa5
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
with: with:
repository: IfcOpenShell/build-outputs repository: IfcOpenShell/build-outputs
path: ${{ matrix.deps_dir }} path: ${{ matrix.deps_dir }}
ref: windows-${{ matrix.arch }} ref: ${{ matrix.build_branch }}
lfs: true lfs: true
token: ${{ secrets.BUILD_REPO_TOKEN }} token: ${{ secrets.BUILD_REPO_TOKEN }}