edit 2
Some checks failed
Build and Publish Release / Build Linux (release) Successful in 2m13s
Build and Publish Release / Build Windows (release) Successful in 4m42s
Build and Publish Release / Upload Assets to Release (release) Failing after 22s

This commit is contained in:
borderban 2026-05-02 17:25:27 +05:00
parent 77bbd35d5a
commit 723e8d7b6e

View file

@ -44,6 +44,9 @@ jobs:
container:
image: tobix/pywine:3.11
steps:
- name: Install Node.js and Git (required for Actions)
run: apt-get update && apt-get install -y nodejs git
- name: Checkout code
uses: actions/checkout@v3