Skip to content

Commit

Permalink
In case interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
bbqsrc committed Oct 26, 2024
1 parent 5cc1dc1 commit 72bb8e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies (Windows only)
if: runner.os == 'Windows'
run: cpan -i Locale::Maketext::Simple
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -29,9 +32,6 @@ 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
Expand Down

0 comments on commit 72bb8e5

Please sign in to comment.