Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Graphviz (0.13 sec)

  1. .github/workflows/maven.yml

              distribution: 'temurin'
    
          - name: Install Graphviz (MacOS)
            if: runner.os == 'macOS'
            run: brew install graphviz
    
          - name: Install Graphviz (Ubuntu)
            if: runner.os == 'Linux'
            run: sudo apt-get install graphviz
    
          - name: Install Graphviz (Windows)
            if: runner.os == 'Windows'
            run: choco install graphviz
    
          - name: Checkout maven
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Mon Aug 25 07:07:00 UTC 2025
    - 8.2K bytes
    - Viewed (0)
Back to top