mirror of
https://github.com/status-im/status-node-manager.git
synced 2025-02-24 10:18:21 +00:00
refactor(ci): Test only with nim version 1.6
`nwaku` is built on the `nimbus-build-system` that is based on `nim 1.6.18`, and is therefore not compatible with `2.0`
This commit is contained in:
parent
93db4c8a84
commit
12af66cef2
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
cpu: amd64
|
||||
- os: windows
|
||||
cpu: amd64
|
||||
branch: [version-1-6, version-2-0, devel]
|
||||
branch: [version-1-6]
|
||||
include:
|
||||
- target:
|
||||
os: linux
|
||||
@ -41,9 +41,8 @@ jobs:
|
||||
run:
|
||||
shell: ${{ matrix.shell }}
|
||||
|
||||
name: '${{ matrix.target.os }}-${{ matrix.target.cpu }} (Nim ${{ matrix.branch }})'
|
||||
name: "${{ matrix.target.os }}-${{ matrix.target.cpu }} (Nim ${{ matrix.branch }})"
|
||||
runs-on: ${{ matrix.builder }}
|
||||
continue-on-error: ${{ matrix.branch == 'devel' }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@ -71,7 +70,7 @@ jobs:
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: external/dlls-${{ matrix.target.cpu }}
|
||||
key: 'dlls-${{ matrix.target.cpu }}'
|
||||
key: "dlls-${{ matrix.target.cpu }}"
|
||||
|
||||
- name: Install DLLs dependencies (Windows)
|
||||
if: >
|
||||
|
Loading…
x
Reference in New Issue
Block a user