Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
bbqsrc committed Oct 26, 2024
1 parent 9815d08 commit 5cc1dc1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ jobs:
- name: Run basic example
working-directory: example/basic
run: cargo ndk -o jniLibs build -vv
- name: Install dependencies (Windows only)
if: runner.os == 'Windows'
run: cpan install Locale::Maketext::Simple
- name: Run openssl example
shell: bash
working-directory: example/openssl
run: |
cpan install Locale::Maketext::Simple
cargo ndk --platform 28 build -vv
run: cargo ndk --platform 28 build -vv
- name: Check code formatting
continue-on-error: true
run: cargo fmt --all -- --check
Expand Down

0 comments on commit 5cc1dc1

Please sign in to comment.