Skip to content

Commit

Permalink
now the CI should work for armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
zeskeertwee committed Jan 8, 2024
1 parent c94f2db commit fe25b06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@ jobs:
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
# Note that glob pattern is not supported yet.
bin: api

target: ${{ matrix.target }}
# (required) GitHub token for uploading assets to GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fe25b06

Please sign in to comment.