Skip to content

Commit 63b767c

Browse files
committed
Debugging fixes
1 parent 3ba0d0b commit 63b767c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
176176
case "${{ inputs.runs-on }}" in
177177
ubuntu-22.04*|windows-2022)
178-
build_runs_on="depot-${{ inputs.runs-on }}-16"
178+
build_runs_on="depot-${{ inputs.runs-on }}-64"
179179
test_runs_on=$build_runs_on
180180
;;
181181
macos-13)
@@ -319,6 +319,7 @@ jobs:
319319
- name: Check Disk
320320
if: always()
321321
run: |
322+
cat S:/build/tools/clang/stage2-instrumented-bins/tools/clang/stage2-bins/_CPack_Packages/win64/NSIS/NSISOutput.log
322323
Get-WmiObject -Class Win32_LogicalDisk -ComputerName LOCALHOST | ? {$_. DriveType -eq 3} | select DeviceID, {$_.Size /1GB}, {$_.FreeSpace /1GB}
323324
324325
upload-release-binaries:

0 commit comments

Comments
 (0)