Skip to content

Commit 61384fe

Browse files
committed
update env
1 parent a2c6a8e commit 61384fe

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/macos.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
PDC:
1212
runs-on: macos-latest
1313
timeout-minutes: 60
14-
env:
15-
HG_TRANSPORT: "sockets"
1614

1715
steps:
1816
- uses: actions/checkout@v3
@@ -28,4 +26,6 @@ jobs:
2826
2927
- name: Test PDC
3028
working-directory: build
31-
run: ctest -L serial
29+
run: |
30+
export HG_TRANSPORT="sockets"
31+
ctest -L serial

.github/workflows/ubuntu.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
PDC:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 60
16-
env:
17-
HG_TRANSPORT: "ofi+tcp"
1816

1917
steps:
2018
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)