Skip to content

Commit ee5d71b

Browse files
Revert "Attempt to fix CI by ignoring robots.txt"
Turned out not to be the cause and I'm not a fan of ignoring robots.txt :P This reverts commit 95e7e7f.
1 parent 95e7e7f commit ee5d71b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: make -C resources/ffrunner
2323

2424
- name: Download webplayer DLLs
25-
run: wget -e robots=off -r -l 7 -np -R "index.html*" -nH --cut-dirs=2 https://cdn.dexlabs.systems/webplayer/patched-latest/ -P resources/ffrunner/
25+
run: wget -r -l 7 -np -R "index.html*" -nH --cut-dirs=2 https://cdn.dexlabs.systems/webplayer/patched-latest/ -P resources/ffrunner/
2626

2727
- name: Download & extract Vulkan wrapper DLL
2828
run: |

0 commit comments

Comments
 (0)