diff --git a/tasks/miner/gpu/ethminer.yml b/tasks/miner/gpu/ethminer.yml index 224fc5b..65dc34b 100644 --- a/tasks/miner/gpu/ethminer.yml +++ b/tasks/miner/gpu/ethminer.yml @@ -51,7 +51,7 @@ when: ethminer_install.failed - name: Ethminer | cmake Flags - shell: 'cd /root/Downloads/ethminer/build; cmake .. -DETHASHCL=ON -DETHASHCUDA=OFF -DAPICORE=ON -DBINKERN=ON -DETHDBUS=ON -DUSE_SYS_OPENCL=OFF -DEVBUILD=ON' + shell: 'cd /root/Downloads/ethminer/build; cmake .. -DETHASHCL=ON -DETHASHCUDA=OFF -DAPICORE=ON -DBINKERN=ON -DETHDBUS=OFF -DUSE_SYS_OPENCL=OFF -DEVBUILD=ON' when: ethminer_install.failed - name: Ethminer | cmake Build