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 c9633b1 commit 3970985
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: Run openssl example
shell: bash
working-directory: example/openssl
run: cargo ndk --platform 28 build -vv
run: |
cpan install Locale::Maketext
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 3970985

Please sign in to comment.