Skip to content

Commit 64d85cb

Browse files
committed
Add whitespace
Because bash is stupid
1 parent 6a2eba5 commit 64d85cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
shell: bash
2222
run: |
23-
if [[ ${{ matrix.os }} = "macos-latest"]]; then
23+
if [[ ${{ matrix.os }} = "macos-latest" ]]; then
2424
brew install llvm@19
2525
export CXX=$(brew --prefix llvm@19)/bin/clang++
2626
fi

0 commit comments

Comments
 (0)