Skip to content

Commit

Permalink
ci: force fasmg website ip on macOS since DNS is borked?
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Nov 11, 2024
1 parent 510bda7 commit 2eb2f08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
pathSource: ${{steps.ez80-bins.outputs.file-path}}
pathTarget: ${{env.CEDEV_BIN}}

- name: Add fasmg website to /etc/hosts since DNS seems to be broken
if: runner.os == 'macOS'
run: |
sudo echo "208.99.203.253 flatassembler.net" | sudo tee -a /etc/hosts
- name: Download Fasmg Download Page
id: fasmg-download
uses: carlosperate/[email protected]
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
pathSource: ${{steps.ez80-bins.outputs.file-path}}
pathTarget: ${{env.CEDEV_BIN}}

- name: Add fasmg website to /etc/hosts since DNS seems to be broken
if: runner.os == 'macOS'
run: |
sudo echo "208.99.203.253 flatassembler.net" | sudo tee -a /etc/hosts
- name: Download Fasmg Download Page
id: fasmg-download
uses: carlosperate/[email protected]
Expand Down

0 comments on commit 2eb2f08

Please sign in to comment.