clean ci a little

This commit is contained in:
Ivan FB 2026-03-30 22:23:02 +02:00
parent c306f37fa6
commit 71978ac13b
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -250,25 +250,6 @@ jobs:
path: nimbledeps
key: nimbledeps-${{ matrix.builder }}-${{ matrix.platform.cpu }}-${{ hashFiles('nimble.lock') }}
- name: Platform info
run: |
echo "=== OS / kernel ==="
uname -a
echo "=== Architecture ==="
uname -m
echo "=== clang location ==="
which clang || echo "clang not found"
echo "=== clang version ==="
clang --version || echo "clang not available"
echo "=== gcc location ==="
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