trying to fix syntax error in checkout action
This commit is contained in:
@@ -90,10 +90,13 @@ jobs:
|
||||
image: barichello/godot-ci:mono-4.6
|
||||
|
||||
steps:
|
||||
- name: Install node, curl and zip
|
||||
- name: Install curl and zip
|
||||
run: |
|
||||
apt update && apt -y install curl zip nodejs
|
||||
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user