Skip to content

(fix) force-yes to installing Nimble packages #3

(fix) force-yes to installing Nimble packages

(fix) force-yes to installing Nimble packages #3

Workflow file for this run

on:
push:
pull_request:
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
nimversion:
- devel
- stable
name: ${{ matrix.os }} - ${{ matrix.nimversion }}
runs-on: ${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nimversion }}
- run: nimble productionBuild -y