We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82d723 commit f48cb22Copy full SHA for f48cb22
.github/workflows/macos.yml
@@ -11,6 +11,8 @@ jobs:
11
PDC:
12
runs-on: macos-latest
13
timeout-minutes: 60
14
+ env:
15
+ HG_TRANSPORT: "sockets"
16
17
steps:
18
- uses: actions/checkout@v3
.github/workflows/ubuntu.yml
@@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
+ HG_TRANSPORT: "ofi+tcp"
19
20
0 commit comments