mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
follow redirect
This commit is contained in:
parent
13735f711d
commit
e2a44b040c
2
.github/workflows/windows_exe.yml
vendored
2
.github/workflows/windows_exe.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: Get Luafilesystem
|
||||
run: |
|
||||
curl -o luafilesystem.tar.gz https://github.com/keplerproject/luafilesystem/archive/v1_8_0.tar.gz
|
||||
curl -L -o luafilesystem.tar.gz https://github.com/keplerproject/luafilesystem/archive/v1_8_0.tar.gz
|
||||
tar -xZf luafilesystem.tar.gz
|
||||
|
||||
- name: List Files
|
||||
|
Loading…
Reference in New Issue
Block a user