This commit is contained in:
Jacek Sieka 2025-10-19 12:47:13 +02:00
parent 5c9c7fc9fb
commit 94604430c6
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8

View File

@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- simpler-deps
jobs:
test-nimble-install:
@ -23,7 +23,7 @@ jobs:
- uses: nim-lang/setup-nimble-action@v1
with:
nimble-version: "nightly"
nimble-version: "0.20.1"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Display Nimble version
@ -36,15 +36,6 @@ jobs:
- name: Display waku.nimble
run: head -n40 waku.nimble
- name: Install waku from head of PR branch
working-directory: examples/nimble
run: nimble install "waku@#${{ github.event.pull_request.head.sha }}"
- name: List installed packages
working-directory: examples/nimble
run: |
nimble list --installed --ver
- name: Build example project
working-directory: examples/nimble
run: |