Skip to content

Commit e4ffac5

Browse files
authored
setup python x64 for all x64 platforms
1 parent 18ad4b2 commit e4ffac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libzedmd-python-pybind11-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
architecture: 'x86'
6666
python-version: 3.12.4
6767

68-
- if: (matrix.arch == 'x64')
68+
- if: matrix.arch.endswith('64')
6969
name: Set up Python x64
7070
uses: actions/setup-python@v5
7171
with:

0 commit comments

Comments
 (0)