Skip to content

Commit

Permalink
Update build_matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whyakari authored Feb 26, 2024
1 parent 127e019 commit fa1a770
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ jobs:
sudo apt-get update
sudo apt-get -y --no-install-recommends install python3 python3-pip git make gcc bc bison flex libssl-dev ccache libelf-dev libncurses-dev bc binutils-dev ca-certificates clang cmake curl file flex git libelf-dev libssl-dev lld make ninja-build python3-dev texinfo u-boot-tools xz-utils zlib1g-dev
- name: Pip Install Packages
working-directory: ./android_kernel_xiaomi_ginkgo
run: |
pip install Pyrogram TgCrypto load_dotenv
- name: Export Variables
run: |
echo "CHAT_ID=${{ secrets.CHAT_ID }}" >> .env
echo "API_ID=${{ secrets.API_ID }}" >> .env
echo "API_HASH=${{ secrets.API_HASH }}" >> .env
echo "BOT_TOKEN=${{ secrets.BOT_TOKEN }}" >> .env
- name: Compile Kernel CI
working-directory: ./android_kernel_xiaomi_ginkgo
run: |
Expand Down

0 comments on commit fa1a770

Please sign in to comment.