Skip to content

Commit

Permalink
(fix) error in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavnatarajan committed Nov 7, 2024
1 parent 6128afd commit 5ee0fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: ${{ runner.os == 'macos' }}

- name: Set deployment target on macOS
run: echo "MACOSX_DEPLOYMENT_TARGET='13.3'" >> "$GITHUB_ENV"
run: echo "MACOSX_DEPLOYMENT_TARGET=13.3" >> "$GITHUB_ENV"
if: ${{ runner.os == 'macos' }}

- name: Get vcpkg commit ID from manifest
Expand Down

0 comments on commit 5ee0fbe

Please sign in to comment.