Skip to content

Commit 95e7e7f

Browse files
authored
Attempt to fix CI by ignoring robots.txt
robots.txt not being present seemingly didn't result in an error code before, but doesn't hurt to check to see if this fixes it.
1 parent bbc7e4b commit 95e7e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 -r -l 7 -np -R "index.html*" -nH --cut-dirs=2 https://cdn.dexlabs.systems/webplayer/patched-latest/ -P resources/ffrunner/
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/
2626

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

0 commit comments

Comments
 (0)