mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-02-18 15:59:22 +00:00
14 lines
339 B
YAML
14 lines
339 B
YAML
name: Nim Devel
|
|
on:
|
|
schedule:
|
|
- cron: "30 6 * * *"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
call-multi-nim-common:
|
|
uses: status-im/nim-libp2p/.github/workflows/multi_nim_common.yml@unstable
|
|
with:
|
|
nim-branch: "['devel']"
|
|
platform: "[{'os':'linux','cpu':'amd64'},{'os':'macos','cpu':'amd64'},{'os':'windows','cpu':'amd64'}]"
|
|
|