Skip to content

Commit

Permalink
Quote
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 17, 2025
1 parent 562c638 commit 67f5a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
image_version_suffix=${{ env.debug_suffix }}${{ env.dev_suffix }} \
nightly=${{ env.nightly }} \
tag_suffix=${{ env.tag_suffix }} \
optflags=${{ env.optflags }} \
cppflags=${{ env.cppflags }} \
optflags="${{ env.optflags }}" \
cppflags="${{ env.cppflags }}" \
target=${{ env.target }} \
- name: List images
Expand Down

0 comments on commit 67f5a3b

Please sign in to comment.