Skip to content

feat(array('w')): python3.13's Py_UCS4 array; add {from,to}unicode #107

feat(array('w')): python3.13's Py_UCS4 array; add {from,to}unicode

feat(array('w')): python3.13's Py_UCS4 array; add {from,to}unicode #107

Workflow file for this run

name: testC
on: [push, pull_request]
env:
nim-version: 'stable'
jobs:
build:
runs-on: ubuntu-latest
if: "! contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v4
- name: Cache nimble
id: cache-nimble
uses: actions/cache@v2
with:
path: ~/.nimble
key: ${{ runner.os }}-nimble
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ env.nim-version }}
- name: Test C backend
run: nimble testC