Skip to content

Commit

Permalink
Update cmake.yml: fix another missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
austinEng authored Oct 30, 2023
1 parent 2565385 commit e697e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
id: strings
shell: bash
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Install Ubuntu build dependencies
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit e697e63

Please sign in to comment.