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 a00404b commit bc8f50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ jobs:
- name: Download Visual Studio 2017
run: |
curl -L "$env:VS2017_URL" -o "$HOME/vs2017.exe"
actualHash = (Get-FileHash -Path "$HOME/vs2017.exe" -Algorithm SHA256).Hash
actualHash=(Get-FileHash -Path "$HOME/vs2017.exe" -Algorithm SHA256).Hash
if: steps.vs2017.outputs.cache-hit != 'true' && matrix.version == 'jdk8u'

- name: Install Visual Studio 2017
Expand All @@ -344,7 +344,7 @@ jobs:
- name: Download Visual Studio 2019
run: |
curl -L "$env:VS2019_URL" -o "$HOME/vs2019.exe"
actualHash = (Get-FileHash -Path "$HOME/vs2017.exe" -Algorithm SHA256).Hash
actualHash=(Get-FileHash -Path "$HOME/vs2017.exe" -Algorithm SHA256).Hash
if: steps.vs2019.outputs.cache-hit != 'true' && (matrix.version == 'jdk11u' || matrix.version == 'jdk17u')

- name: Install Visual Studio 2019
Expand Down

0 comments on commit bc8f50c

Please sign in to comment.