Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
gh/publish: Publish ndk-context crate directly from CI (#227)
Browse files Browse the repository at this point in the history
This crate is missing in the list and has previously been published
manually.
  • Loading branch information
MarijnS95 authored Feb 15, 2022
1 parent 7acf4d4 commit 586f503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- { name: "ndk-sys", target: "armv7-linux-androideabi" }
- { name: "ndk", target: "armv7-linux-androideabi" }
- { name: "ndk-macro", target: "x86_64-unknown-linux-gnu" }
- { name: "ndk-context", target: "armv7-linux-androideabi" }
- { name: "ndk-glue", target: "armv7-linux-androideabi" }
- { name: "ndk-build", target: "x86_64-unknown-linux-gnu" }
- { name: "cargo-apk", target: "x86_64-unknown-linux-gnu" }
Expand Down

0 comments on commit 586f503

Please sign in to comment.