Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adhmkty99 authored Jul 5, 2024
1 parent 631652d commit 2b7174b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
- name: Prepare ccache timestamp
id: ccache_timestamp
run: |
echo "::set-output name=FULL_DATE::$(date +'%Y-%m-%d')"
echo "::set-output name=MONTH_DATE::$(date +'%Y-%m')"
echo "set-output name=FULL_DATE::$(date +'%Y-%m-%d')"
echo "set-output name=MONTH_DATE::$(date +'%Y-%m')"
- name: Create cache key from ${{ matrix.model }}
id: ccache_model_key
run: echo "::set-output name=KEY::$( echo ${{ matrix.model }} | tr ',' '_' )"
run: echo "set-output name=KEY::$( echo ${{ matrix.model }} | tr ',' '_' )"

- name: Cache ccache files
uses: actions/cache@v3
Expand All @@ -57,14 +57,13 @@ jobs:
model=${{ matrix.model }} \
name="adhmkty_kernel" \
toolchain=$TOOLCHAIN \
+magisk=canary \
+magisk \
+nohardening \
+ttl \
+cifs \
+sdfat \
+ntfs \
+morosound \
+performance \
2>&1 | tee config.info
- name: Install gcc-aarch64-linux-gnu
Expand Down

0 comments on commit 2b7174b

Please sign in to comment.