Skip to content

Commit 02da224

Browse files
committed
update make.yml
1 parent e262564 commit 02da224

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/make.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ jobs:
154154
with:
155155
arch: armv7
156156
distro: ubuntu24.04
157-
githubToken: ${{ github.token }}
157+
# Not required, but speeds up builds by storing container images in a GitHub package registry.
158+
# githubToken: ${{ github.token }}
158159
install: |
159160
apt-get update
160161
apt-get install -y lazarus openssl wget ca-certificates

0 commit comments

Comments
 (0)