Skip to content

Commit 0197790

Browse files
committed
ci: disable manually built r4 kernel
1 parent d650ef5 commit 0197790

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
echo "DT=$(date +'%Y-%m-%d_%H%M')" >> $GITHUB_ENV
2020
echo "DISTRO=bookworm" >> $GITHUB_ENV
2121
echo "UDISTRO=noble" >> $GITHUB_ENV
22-
echo "R4Kernel=bpi-r4_6.8.0-rc7-dango2.tar.gz" >> $GITHUB_ENV
22+
#echo "R4Kernel=bpi-r4_6.8.0-rc7-dango2.tar.gz" >> $GITHUB_ENV
2323
2424
- name: Setup cache
2525
id: cache
@@ -29,19 +29,19 @@ jobs:
2929
key: ${{ runner.os }}-chroot
3030
restore-keys: ${{ runner.os }}-chroot
3131

32-
- name: Acquire Google access token for file download
33-
id: google-access-token
34-
uses: playeveryware/action-google-access-token@v1
35-
with:
36-
credentials: ${{ secrets.CREDENTIALS_RAW }}
37-
scope: 'https://www.googleapis.com/auth/drive.readonly'
32+
#- name: Acquire Google access token for file download
33+
# id: google-access-token
34+
# uses: playeveryware/action-google-access-token@v1
35+
# with:
36+
# credentials: ${{ secrets.CREDENTIALS_RAW }}
37+
# scope: 'https://www.googleapis.com/auth/drive.readonly'
3838

39-
- name: Download BPI-R4 kernel file
40-
uses: playeveryware/action-google-drive-download@v1
41-
with:
42-
token: ${{ steps.google-access-token.outputs.token }}
43-
file-id: 14IPr6_h0_NEe8ute6HXMUNACnHiaaab4
44-
path: ${{ env.R4Kernel }}
39+
#- name: Download BPI-R4 kernel file
40+
# uses: playeveryware/action-google-drive-download@v1
41+
# with:
42+
# token: ${{ steps.google-access-token.outputs.token }}
43+
# file-id: 14IPr6_h0_NEe8ute6HXMUNACnHiaaab4
44+
# path: ${{ env.R4Kernel }}
4545
#uses: satackey/action-google-drive@v1
4646
#with:
4747
# skicka-tokencache-json: ${{ secrets.CREDENTIALS_RAW }}

0 commit comments

Comments
 (0)