Skip to content

Commit d427b46

Browse files
committed
quote string, again
1 parent c21f544 commit d427b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4
2727
- name: Install dependencies
28-
if: matrix.os == "ubuntu-latest"
28+
if: matrix.os == 'ubuntu-latest'
2929
run: |
3030
sudo apt-get update
3131
sudo apt-get install -y cups libcups2-dev libclang-dev

0 commit comments

Comments
 (0)