Skip to content

Conversation

@jakub-kocka
Copy link
Collaborator

Description

  • Downgraded Windows runners version to fix builds (Inno setup issue)

Related

Testing


Checklist

Before submitting a Pull Request, please ensure the following:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

@jakub-kocka jakub-kocka force-pushed the fix/installer_builds branch 3 times, most recently from 02b8726 to 5f9ae5a Compare September 24, 2025 09:37
@jakub-kocka jakub-kocka requested a review from mfialaf September 25, 2025 07:31
shell: pwsh
run: Invoke-WebRequest -Uri https://github.com/espressif/inno-download-plugin/releases/download/v1.5.1/idpsetup-1.5.1.exe -OutFile idpsetup.exe; .\idpsetup.exe /SILENT; Sleep 5
run: |
pwd
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to see current directory?

Maybe Write-Output pwd

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope it is in the repo directory, but I have run into some issues in local testing with the command, so we would like to know better the place where it runs.

Thank you @mfialaf

@mfialaf
Copy link
Collaborator

mfialaf commented Sep 25, 2025

Thanks, LGTM

@jakub-kocka
Copy link
Collaborator Author

Thank you for the review. I am merging this to proceed with the following fixes.

@jakub-kocka jakub-kocka merged commit 393dbd3 into main Sep 25, 2025
@jakub-kocka jakub-kocka deleted the fix/installer_builds branch September 25, 2025 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants