Skip to content

ok

ok #14367

Workflow file for this run

name: CI
on:
pull_request: {}
push:
branches:
- tmate
- main
- '*.*.x'
tags:
- '*.*'
- '*.*.*'
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
CARGO_INCREMENTAL: 0
jobs:
nonsense:
runs-on: ubuntu-latest
container:
image: ghcr.io/pyca/cryptography-manylinux_2_28:x86_64
# volumes:
# - /staticnodehost:/staticnodecontainer:rw,rshared
# - /staticnodehost:/__e/node20:ro,rshared
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3