Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Feb 9, 2024
1 parent e787a90 commit 59e3329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
uses: docker/setup-qemu-action@v2
# On Linux we use CMake within Docker
- name: Setup cmake
if: ${{ !startsWith(matrix.os, 'x') }}
if: ${{ startsWith(matrix.os, 'x') }}
uses: jwlawson/[email protected]
with:
cmake-version: '3.26.x'
Expand Down

0 comments on commit 59e3329

Please sign in to comment.