Skip to content

Commit

Permalink
x64 vs redistributables
Browse files Browse the repository at this point in the history
  • Loading branch information
danguetta committed May 19, 2024
1 parent df11b96 commit 56ed3f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .github/macro_signing_files/vcredist_x64.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Sign the xltm file
run: |
echo "Installing files needed to sign excel macros"
.github\macro_signing_files\vcredist_x86.exe /install /passive /norestart
.github\macro_signing_files\vcredist_x64.exe /install /passive /norestart
Regsvr32 .github\macro_signing_files\msosip.dll
Regsvr32 .github\macro_signing_files\msosipx.dll
echo "Installation steps done"
Expand Down

0 comments on commit 56ed3f7

Please sign in to comment.