Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen authored Oct 1, 2024
1 parent b96cf40 commit 6e12bf5
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 @@ -158,7 +158,7 @@ jobs:
run: |
pr=${{github.event.pull_request.number}}
echo pr=$pr
labels=$(gh pr view $pr --json labels --jq '.labels[] | .name')
labels=$(gh pr view $pr --repo $GITHUB_REPOSITORY --json labels --jq '.labels[] | .name')
echo labels=$labels
if [[ "$labels" == *"Arch: risc-v"* ]]; then
echo arch=risc-v
Expand Down

0 comments on commit 6e12bf5

Please sign in to comment.