Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
ialex32x committed Jun 10, 2024
1 parent e9f3df0 commit 9c28cec
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build_editor_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
path: godot/modules/GodotJS
lfs: true

- name: Deps
run: |
curl https://github.com/ialex32x/GodotJS-Dependencies/releases/download/v8_r6/v8_r6.zip -o v8.zip
dir v8.zip
7z x -ogodot/modules/GodotJS v8.zip
dir godot/modules/GodotJS/v8
- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand All @@ -37,11 +44,6 @@ jobs:
- name: Prerequisites
run: pip install scons

- name: Deps
run: |
curl https://github.com/ialex32x/GodotJS-Dependencies/releases/download/v8_r6/v8_r6.zip --output v8.zip
7z x -ogodot/modules/GodotJS v8.zip
# Runs a set of commands using the runners shell
- name: Build Godot
run: |
Expand Down

0 comments on commit 9c28cec

Please sign in to comment.