Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Update compose file #25

Update compose file

Update compose file #25

Workflow file for this run

---
name: build
on:
push:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cache nimble
id: cache-nimble
uses: actions/cache@v1
with:
path: ~/.nimble
key: ${{ runner.os }}-nimble-${{ hashFiles('*.nimble') }}
- uses: jiro4989/setup-nim-action@v1
- name: build nimg
run: nimble build -Y