Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Nov 3, 2024
1 parent 5444bb9 commit 4434e1c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/build-relase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,29 @@ jobs:
- name: Checkout repository with submodules
uses: actions/checkout@main

- name: Install Qt
uses: jurplel/install-qt-action@v3
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
with:
version: '6.5.2'
vs-version: '16.11'

- name: Set up Qt6
shell: powershell
run: |
choco install qt6-base-dev
where.exe qmake
shell: powershell
where.exe cl
# - name: Set Qt6 Environment Variables
# run: |
# $qtPath = "${{ env.ProgramFiles(x86) }}\Qt\6.5.0\msvc2019_64\bin"
# echo "QT_PATH=${qtPath}" >> $GITHUB_ENV
# echo "$qtPath" >> $GITHUB_PATH

- name: Set up MSVC
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
where.exe cl.exe
# - name: Set up MSVC
# shell: cmd
# run: |
# call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
# where.exe cl.exe

- name: Build
run: \
Expand Down

0 comments on commit 4434e1c

Please sign in to comment.