Skip to content

Commit 61f3021

Browse files
committed
Fixes
1 parent bba97cc commit 61f3021

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-binaries.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ jobs:
183183
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
184184
case "${{ inputs.runs-on }}" in
185185
ubuntu-22.04*|windows-2022)
186-
build_runs_on="depot-${{ inputs.runs-on }}-16"
186+
build_runs_on=windows-2022
187+
#"depot-${{ inputs.runs-on }}-16"
187188
test_runs_on=$build_runs_on
188189
;;
189190
macos-13)
@@ -214,7 +215,7 @@ jobs:
214215
build-release-package:
215216
name: "Build Release Package"
216217
needs: prepare
217-
if: false && github.repository_owner == 'llvm'
218+
if: github.repository_owner == 'llvm'
218219
runs-on: ${{ needs.prepare.outputs.build-runs-on }}
219220
steps:
220221

0 commit comments

Comments
 (0)