3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-15 05:11:51 +00:00

Cleanup of yml files

This commit is contained in:
Miodrag Milanovic 2026-02-12 14:56:45 +01:00
parent e5b3e9fc1f
commit bb7aa7d208
2 changed files with 1 additions and 10 deletions

View file

@ -52,15 +52,6 @@ runs:
packages: graphviz xdot
version: ${{ inputs.runs-on }}-docsys
# if updating test dependencies, make sure to update
# docs/source/yosys_internals/extending_yosys/test_suites.rst to match.
# - name: Linux test dependencies
# if: runner.os == 'Linux' && inputs.get-test-deps == 'true'
# uses: awalsh128/cache-apt-pkgs-action@v1.6.0
# with:
# packages:
# version: ${{ inputs.runs-on }}-testys
- name: Install macOS Dependencies
if: runner.os == 'macOS'
shell: bash