Skip to content

Commit

Permalink
rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Oct 11, 2024
1 parent 42f89ce commit 33d10bf
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 @@ -6,7 +6,7 @@ on:
types: [nightly]

env:
HVCC_COMMIT_HASH: "${{ github.event.client_payload.nightly && github.event.client_payload.branch || 89446f737e2b8bc7794fbdd4de2dcce2cb43c874 }}"
HVCC_COMMIT_HASH: ${{ github.event.client_payload.nightly && github.event.client_payload.branch || "89446f737e2b8bc7794fbdd4de2dcce2cb43c874" }}
CACHE_VERSION: 1

jobs:
Expand Down

0 comments on commit 33d10bf

Please sign in to comment.