edit 2
This commit is contained in:
parent
77bbd35d5a
commit
723e8d7b6e
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue