This commit is contained in:
parent
da71e6990a
commit
ce7a87f999
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ on: [push]
|
|||
jobs:
|
||||
test-build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: nimlang/nim:latest
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue