Skip to content

Commit

Permalink
um
Browse files Browse the repository at this point in the history
  • Loading branch information
bbqsrc committed Oct 26, 2024
1 parent b1f9c28 commit 3e37e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
working-directory: example/basic
run: cargo ndk -o jniLibs build -vv
- name: Run openssl example
shell: msys2 {0}
shell: ${{ runner.os == 'Windows' && 'msys2 {0}' || 'bash' }}
working-directory: example/openssl
run: cargo ndk --platform 28 build -vv
- name: Check code formatting
Expand Down

0 comments on commit 3e37e28

Please sign in to comment.