Skip to content

Commit f73c681

Browse files
committed
checking version 1.
1 parent b7f749d commit f73c681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
CIBW_ENVIRONMENT_MACOS: >
4444
CC=gcc-14
4545
CXX=g++-14
46-
LDSHARED="g++14 -shared"
46+
LDSHARED="g++-14 -shared"
4747
- uses: actions/upload-artifact@v4
4848
with:
4949
name: pyvale-wheels-${{ matrix.os }}-${{ strategy.job-index }}

0 commit comments

Comments
 (0)