Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Allow set-env in build_apk.apk
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwibrowser authored Dec 15, 2020
1 parent bc26e60 commit 07643c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ jobs:
run: echo "::add-path::$GITHUB_WORKSPACE/secondary_disk/depot_tools"

- name: Setting environment variables
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
run: |
echo "::set-env name=CC::ccache clang -Qunused-arguments"
echo "::set-env name=CXX::ccache clang++ -Qunused-arguments"
Expand Down

0 comments on commit 07643c1

Please sign in to comment.