Skip to content

Commit

Permalink
remove install
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Jun 27, 2024
1 parent 9978830 commit 183df63
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,6 @@ jobs:
echo $thirdpartytool >> $GITHUB_PATH
done
- name: Copy necessary DLLs to bin directory
shell: cmd
run: |
xcopy C:\Windows\System32\concrt140.dll ${env:BUILD_OUTPUT_PATH} /Y
xcopy C:\Windows\System32\msvcp140.dll ${env:BUILD_OUTPUT_PATH} /Y
xcopy C:\Windows\System32\vcruntime140.dll ${env:BUILD_OUTPUT_PATH} /
- name: Build Windows
shell: bash
run: |
Expand Down

0 comments on commit 183df63

Please sign in to comment.