Skip to content

Commit

Permalink
Merge pull request #452 from Pext/fix/appveyor
Browse files Browse the repository at this point in the history
Fix Appveyor path
  • Loading branch information
TheLastProject committed Jun 1, 2022
2 parents e6d5770 + b3aefbc commit 02c3421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: Visual Studio 2019

install:
- set PATH=C:\Miniconda3-x64;C:\Miniconda3-x64\Scripts;C:\Miniconda3-x64\Library\bin;C:\Qt\5.13\mingw73_64\bin;%PATH%
- set PATH=C:\Miniconda3-x64;C:\Miniconda3-x64\Scripts;C:\Miniconda3-x64\Library\bin;C:\Qt\5.15\mingw81_64\bin;%PATH%

build: off

Expand Down

0 comments on commit 02c3421

Please sign in to comment.