Skip to content

Commit

Permalink
fix: permissions for cross compiled android binary
Browse files Browse the repository at this point in the history
  • Loading branch information
barakplasma authored Jan 31, 2023
1 parent 3ae6d69 commit 765e67a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v3
- run: cargo install cross --git https://github.com/cross-rs/cross
- run: cross build --release --target aarch64-linux-android
- run: chmod -R a+xrw target/
- uses: actions/upload-artifact@v3
with:
name: aarch64-linux-android_weather
Expand Down

0 comments on commit 765e67a

Please sign in to comment.