Add procursus to PATH

This commit is contained in:
Duy Tran Khanh 2023-01-30 05:23:47 +07:00 committed by GitHub
parent 89ba13ac64
commit 866ce82593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ jobs:
- name: Build with CI build script
run: |
export PATH=/opt/homebrew/bin:$PATH
export PATH=/opt/procursus/bin:/opt/homebrew/bin:$PATH
export JAVA_HOME=$(/usr/libexec/java_home -v 17)
export BUILD_IOS=1
bash "ci_build_arch_aarch64.sh"