Skip to content

Bump the downloader-dependencies group in /downloader with 1 update #78

Bump the downloader-dependencies group in /downloader with 1 update

Bump the downloader-dependencies group in /downloader with 1 update #78

Workflow file for this run

name: Minifier / Nim - Build
on: [pull_request]
defaults:
run:
working-directory: minifier
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: '1.6.0'
- run: nimble install -y
- run: nimble build