Skip to content

Commit

Permalink
Don't install build tools on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SneWs committed Feb 8, 2025
1 parent 200f11f commit 65aba1d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Install Visual Studio Build Tools (Windows only)
if: runner.os == 'Windows'
run: |
choco install visualstudio2019buildtools --package-parameters "--includeRecommended --add-to-path"
- name: Configure CMake
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
Expand All @@ -61,7 +56,7 @@ jobs:
shell: bash
run: |
mkdir -p ${{ steps.strings.outputs.build-output-dir }}/installer
windeployqt ${{ steps.strings.outputs.build-output-dir }}/my_app.exe --dir ${{ steps.strings.outputs.build-output-dir }}/installer
windeployqt ${{ steps.strings.outputs.build-output-dir }}/Tail-Tray.exe --dir ${{ steps.strings.outputs.build-output-dir }}/installer
zip -r Tail-Tray.zip ${{ steps.strings.outputs.build-output-dir }}/installer
- name: Package DEB file
Expand Down

0 comments on commit 65aba1d

Please sign in to comment.