Skip to content

Commit faa3154

Browse files
committed
Fix typos
1 parent 02a4bb8 commit faa3154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565
run: pip install --upgrade tox setuptools pip
6666
- name: Install build dependencies (Linux) # Yasm in pypa/manylinux images.
6767
run: sudo apt install yasm
68-
if: ${{ runner.os == "Linux" }}
68+
if: ${{ runner.os == "linux" }}
6969
- name: Install build dependencies (Macos)
7070
run: brew install yasm automake autoconf
71-
if: ${{ runner.os == "MacOS" }}
71+
if: ${{ runner.os == "macOS" }}
7272
- name: Install build dependencies (Windows)
7373
run: choco install yasm
7474
if: ${{ runner.os == "Windows" }}

0 commit comments

Comments
 (0)