We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a4bb8 commit faa3154Copy full SHA for faa3154
.github/workflows/ci.yml
@@ -65,10 +65,10 @@ jobs:
65
run: pip install --upgrade tox setuptools pip
66
- name: Install build dependencies (Linux) # Yasm in pypa/manylinux images.
67
run: sudo apt install yasm
68
- if: ${{ runner.os == "Linux" }}
+ if: ${{ runner.os == "linux" }}
69
- name: Install build dependencies (Macos)
70
run: brew install yasm automake autoconf
71
- if: ${{ runner.os == "MacOS" }}
+ if: ${{ runner.os == "macOS" }}
72
- name: Install build dependencies (Windows)
73
run: choco install yasm
74
if: ${{ runner.os == "Windows" }}
0 commit comments