mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-05-06 14:59:30 +00:00
print resulting nim and nimble version and restore deps cache
This commit is contained in:
parent
9820f40584
commit
38b092df54
30
.github/workflows/ci.yml
vendored
30
.github/workflows/ci.yml
vendored
@ -132,6 +132,20 @@ jobs:
|
||||
shell: ${{ matrix.shell }}
|
||||
nim_ref: v2.2.6
|
||||
|
||||
- name: Print Nim and Nimble versions
|
||||
run: |
|
||||
nim --version
|
||||
nimble --version
|
||||
which nim
|
||||
which nimble
|
||||
|
||||
- name: Restore nimbledeps from cache
|
||||
id: nimbledeps-cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: nimbledeps
|
||||
key: nimbledeps-${{ matrix.builder }}-${{ matrix.platform.cpu }}-${{ hashFiles('nimble.lock') }}
|
||||
|
||||
- name: Make update
|
||||
run: make update
|
||||
|
||||
@ -229,6 +243,13 @@ jobs:
|
||||
shell: ${{ matrix.shell }}
|
||||
nim_ref: v2.2.6
|
||||
|
||||
- name: Restore nimbledeps from cache
|
||||
id: nimbledeps-cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: nimbledeps
|
||||
key: nimbledeps-${{ matrix.builder }}-${{ matrix.platform.cpu }}-${{ hashFiles('nimble.lock') }}
|
||||
|
||||
- name: Platform info
|
||||
run: |
|
||||
echo "=== OS / kernel ==="
|
||||
@ -243,6 +264,10 @@ jobs:
|
||||
which gcc || echo "gcc not found"
|
||||
echo "=== gcc version ==="
|
||||
gcc --version || echo "gcc not available"
|
||||
echo "=== nim version ==="
|
||||
nim --version
|
||||
echo "=== nimble version ==="
|
||||
nimble --version
|
||||
|
||||
- name: Make update
|
||||
run: make update
|
||||
@ -306,6 +331,11 @@ jobs:
|
||||
cpu: amd64
|
||||
nim_ref: v2.2.6
|
||||
|
||||
- name: Print Nim and Nimble versions
|
||||
run: |
|
||||
nim --version
|
||||
nimble --version
|
||||
|
||||
- name: Build nph
|
||||
run: |
|
||||
make build-nph
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user