We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e262564 commit 02da224Copy full SHA for 02da224
1 file changed
.github/workflows/make.yml
@@ -154,7 +154,8 @@ jobs:
154
with:
155
arch: armv7
156
distro: ubuntu24.04
157
- githubToken: ${{ github.token }}
+ # Not required, but speeds up builds by storing container images in a GitHub package registry.
158
+ # githubToken: ${{ github.token }}
159
install: |
160
apt-get update
161
apt-get install -y lazarus openssl wget ca-certificates
0 commit comments