update comments

This commit is contained in:
Diego 2024-10-10 17:24:52 +02:00
parent 759f73ccf7
commit aa3a75ca83
No known key found for this signature in database
GPG Key ID: C9DAC9BF68D1F806

View File

@ -81,7 +81,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '~1.16.0'
go-version: '~1.16.0' # That's the minimum Go version that works with arm.
- name: Install p2pd
run: |
@ -93,7 +93,7 @@ jobs:
with:
path: nimbledeps
# Using nim.branch as a simple way to differentiate between nimble using the "pkgs" or "pkgs2" directories.
# The change happened on Nimble v0.14.0.
# The change happened on Nimble v0.14.0. ALso forcing the deps to be reinstalled on each os abd cpu.
key: nimbledeps-${{ matrix.nim.branch }}-${{ matrix.builder }}-${{ matrix.platform.cpu }}-${{ hashFiles('.pinned') }} # hashFiles returns a different value on windows
- name: Install deps