Skip to content

Commit e35828d

Browse files
committed
Fix.
1 parent dcdb5e1 commit e35828d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
- name: Install hwloc
194194
shell: pwsh
195195
run: |
196-
$Env:HWLOC_VERSION = $(cat ./hwloc_version)
196+
$Env:HWLOC_VERSION = $(cat ./dev/hwloc_version)
197197
git clone https://github.com/open-mpi/hwloc.git
198198
cd hwloc
199199
git checkout $Env:HWLOC_VERSION

0 commit comments

Comments
 (0)