File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 6363 pathSource : ${{steps.ez80-bins.outputs.file-path}}
6464 pathTarget : ${{env.CEDEV_BIN}}
6565
66+ - name : Add fasmg website to /etc/hosts since DNS seems to be broken
67+ if : runner.os == 'macOS'
68+ run : |
69+ sudo echo "208.99.203.253 flatassembler.net" | sudo tee -a /etc/hosts
6670 - name : Download Fasmg Download Page
6771 id : fasmg-download
6872 uses :
carlosperate/[email protected]
Original file line number Diff line number Diff line change 6666 pathSource : ${{steps.ez80-bins.outputs.file-path}}
6767 pathTarget : ${{env.CEDEV_BIN}}
6868
69+ - name : Add fasmg website to /etc/hosts since DNS seems to be broken
70+ if : runner.os == 'macOS'
71+ run : |
72+ sudo echo "208.99.203.253 flatassembler.net" | sudo tee -a /etc/hosts
6973 - name : Download Fasmg Download Page
7074 id : fasmg-download
7175 uses :
carlosperate/[email protected]
You can’t perform that action at this time.
0 commit comments