Skip to content

Commit

Permalink
chore: pin Pelles version to 11.0.2
Browse files Browse the repository at this point in the history
v12 breaks the HEDLEY_ARRAY_PARAM macro.
  • Loading branch information
nemequ committed Sep 13, 2024
1 parent ea94459 commit 32faf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cd test

if "%COMPILER%"=="pelles" (
choco install pelles-c
choco install pelles-c --version 11.0.2
"C:\Program Files\PellesC\Bin\povars64.bat"
pomake /F Makefile.pelles
)
Expand Down

0 comments on commit 32faf51

Please sign in to comment.