mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
ci
This commit is contained in:
parent
5c9c7fc9fb
commit
94604430c6
13
.github/workflows/test-nimble-install.yml
vendored
13
.github/workflows/test-nimble-install.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user