Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Apr 30, 2024
1 parent e85c68e commit 6d3d3c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,9 @@ jobs:

- name: Verify Download Of Visual Studio 2017
run: |
actual_checksum="Get-FileHash -Algorithm SHA256 -Path $HOME/vs2017.exe | Select-Object -ExpandProperty Hash"
$expected_checksum = "7ed8fa27575648163e07548ff5667b55b95663a2323e2b2a5f87b16284e481e6"
$actual_checksum = "Get-FileHash -Algorithm SHA256 -Path $HOME/vs2017.exe | Select-Object -ExpandProperty Hash"
echo "Expect = $expected_checksum"
echo "Actual = $actual_checksum"
if: steps.vs2017.outputs.cache-hit != 'true' && matrix.version == 'jdk8u'

Expand Down

0 comments on commit 6d3d3c6

Please sign in to comment.