Skip to content

Commit

Permalink
Work on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Nov 9, 2024
1 parent 27f21e0 commit 916c125
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/builds_desktop_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,17 +133,17 @@ jobs:
submodules: recursive

# Configure MSVC
- name: Configure MSVC
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x86_64
#- name: Configure MSVC
# uses: ilammy/msvc-dev-cmd@v1
# with:
# arch: x86_64

# Install Qt
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: ${{env.QT_VERSION}}
arch: 'win64_msvc2022_64'
#arch: 'win64_msvc2022_64'

# Install NSIS (already installed in 'windows-2022')
#- name: Install NSIS
Expand Down

0 comments on commit 916c125

Please sign in to comment.