Skip to content

Commit

Permalink
handle 302 code
Browse files Browse the repository at this point in the history
  • Loading branch information
ialex32x committed Sep 14, 2024
1 parent 6f858fa commit 4829761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_editor_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build Deps
run: |
curl https://github.com/ialex32x/GodotJS-Dependencies/releases/download/${{ github.event.inputs.deps_package_tag }}/${{ github.event.inputs.deps_package_tag }}.zip --output v8.zip
curl -L https://github.com/ialex32x/GodotJS-Dependencies/releases/download/${{ github.event.inputs.deps_package_tag }}/${{ github.event.inputs.deps_package_tag }}.zip --output v8.zip
7z x -ogodot/modules/GodotJS v8.zip
# Runs a set of commands using the runners shell
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_editor_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Build Deps
run: |
curl https://github.com/ialex32x/GodotJS-Dependencies/releases/download/${{ github.event.inputs.deps_package_tag }}/${{ github.event.inputs.deps_package_tag }}.zip --output v8.zip
curl -L https://github.com/ialex32x/GodotJS-Dependencies/releases/download/${{ github.event.inputs.deps_package_tag }}/${{ github.event.inputs.deps_package_tag }}.zip --output v8.zip
7z x -ogodot/modules/GodotJS v8.zip
sh godot/misc/scripts/install_vulkan_sdk_macos.sh
Expand Down

0 comments on commit 4829761

Please sign in to comment.