Skip to content

Commit

Permalink
Fix quotes?
Browse files Browse the repository at this point in the history
  • Loading branch information
bindreams committed Apr 24, 2024
1 parent 0bd5f16 commit e02029c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
run: pip install cibuildwheel==2.17.0

- uses: ilammy/msvc-dev-cmd@v1
if: startsWith(matrix.os, "windows")
if: startsWith(matrix.os, 'windows')
with:
arch: x64

- name: Enable Xcode SDK
if: startsWith(matrix.os, "macos")
if: startsWith(matrix.os, 'macos')
# See https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
# See https://stackoverflow.com/a/65277351 about SDKROOT variable
run: echo "SDKROOT=$(xcrun --sdk macosx --show-sdk-path)" >> "$GITHUB_ENV"
Expand Down

0 comments on commit e02029c

Please sign in to comment.