Skip to content

Commit

Permalink
oh
Browse files Browse the repository at this point in the history
  • Loading branch information
bbqsrc committed Oct 26, 2024
1 parent 4e0c09f commit b1f9c28
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
- name: Install dependencies (Windows only)
if: runner.os == 'Windows'
shell: msys2 {0}
run: cpan -i Locale::Maketext::Simple
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -39,7 +35,7 @@ jobs:
working-directory: example/basic
run: cargo ndk -o jniLibs build -vv
- name: Run openssl example
shell: bash
shell: msys2 {0}
working-directory: example/openssl
run: cargo ndk --platform 28 build -vv
- name: Check code formatting
Expand Down

0 comments on commit b1f9c28

Please sign in to comment.