Skip to content

Commit b7851e4

Browse files
committed
- Update Github actions to address deprecation warnings.
1 parent 7e937a5 commit b7851e4

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
run : |
5555
brew upgrade
5656
brew remove openssl@1.1
57-
# # Clean up openssl@1.1 configuration files
58-
# rm -rf /opt/homebrew/etc/openssl@1.1
57+
# Clean up openssl@1.1 configuration files
58+
rm -rf /opt/homebrew/etc/openssl@1.1
5959
6060
- name: Set up Python 3.13
6161
uses: actions/setup-python@v6

.github/workflows/windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232

3333
name: Build for Windows
3434

35+
# TODO: Remove this after June 2, 2026 when Node.js 24 becomes the default for GitHub Actions
36+
env:
37+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
38+
3539
on:
3640
workflow_call:
3741
workflow_dispatch:

locale/zh_CN/LC_MESSAGES/pixelflasher.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3080,3 +3080,11 @@ msgstr ""
30803080
msgid "All releases (including older ones)"
30813081
msgstr ""
30823082

3083+
##############################################################################
3084+
# Additions 2026-03-15
3085+
##############################################################################
3086+
msgid "\n ⚠️ WARNING! WARNING! WARNING! Android SDK version 36.0.2-14143358 is known to be buggy with disabled vbmeta verification or verity states.\n"
3087+
msgstr ""
3088+
3089+
msgid " If you need to disable verity or verification, please use a different SDK version.\n\n"
3090+
msgstr ""

0 commit comments

Comments
 (0)