Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DDtKey committed Dec 10, 2023
1 parent 1e33a4e commit a698d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install coreutils for MacOS
if: ${{ matrix.os.name }} == 'macOS'
if: matrix.os.name == 'macOS'
run: brew install coreutils
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit a698d03

Please sign in to comment.