Skip to content

Commit

Permalink
Merge pull request #934 from psfoley/patch-1
Browse files Browse the repository at this point in the history
Fix spurious errors in OpenFL Github Actions workflow
  • Loading branch information
sarthakpati authored Sep 11, 2024
2 parents 431f2f4 + 4b276a5 commit b678958
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/openfl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
branches: [master]
pull_request: {}

env:
# A workaround for long FQDN names provided by GitHub actions.
FQDN: "localhost"

jobs:
openfl-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b678958

Please sign in to comment.