Skip to content

Merge pull request #1 from Ultramarine-Linux/w/ci-nimble #2

Merge pull request #1 from Ultramarine-Linux/w/ci-nimble

Merge pull request #1 from Ultramarine-Linux/w/ci-nimble #2

Workflow file for this run

name: Nimble build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
nimble-build:
runs-on: ubuntu-latest
container:
image: ghcr.io/terrapkg/builder:f40
options: --cap-add=SYS_ADMIN --privileged
steps:
- name: Set workspace as safe
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install nim
run: dnf5 in -y nim nim-tools
- name: Nimble build
run: nimble build -y