mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-02-18 07:46:42 +00:00
Broken due to an update to Nimble 0.16.2 for the version-2-0 branch. This PR sets the ref to the previous commit. Also, updates the key naming so it fits better. Nim's commit list: https://github.com/nim-lang/Nim/commits/version-2-0/ # Important Note In this PR some required job's names were changed. They need to be updated at repo-level so this PR can be merged.
15 lines
276 B
YAML
15 lines
276 B
YAML
name: Daily Nim Devel
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "30 6 * * *"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
test_nim_devel:
|
|
name: Daily Nim Devel
|
|
uses: ./.github/workflows/daily_common.yml
|
|
with:
|
|
nim: "[{'ref': 'devel', 'memory_management': 'orc'}]"
|
|
cpu: "['amd64']"
|