Skip to content

feat(nvtx): capture wide-char (*W) NVTX surface as UTF-8 #1582

feat(nvtx): capture wide-char (*W) NVTX surface as UTF-8

feat(nvtx): capture wide-char (*W) NVTX surface as UTF-8 #1582

Workflow file for this run

# Verify the Docker image builds successfully.
name: Docker Build
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
docker:
name: Docker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
with:
context: .
push: false
cache-from: type=gha
cache-to: type=gha,mode=max