We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc7e4b commit 95e7e7fCopy full SHA for 95e7e7f
.github/workflows/rust.yml
@@ -22,7 +22,7 @@ jobs:
22
run: make -C resources/ffrunner
23
24
- 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/
+ 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/
26
27
- name: Download & extract Vulkan wrapper DLL
28
run: |
0 commit comments