File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 8080 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8181 with :
8282 persist-credentials : false
83+ - name : Install Clang ${{ env.CLANG_VERSION }}
84+ uses : ./.github/actions/install-clang
85+ with :
86+ clang-version : ${{ env.CLANG_VERSION }}
8387 - name : Set up Python ${{ env.PYTHON_VERSION }}
8488 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
8589 with :
Original file line number Diff line number Diff line change 4949 persist-credentials : false
5050 path : node
5151 - name : Install Clang ${{ env.CLANG_VERSION }}
52- uses : ./.github/actions/install-clang
52+ uses : ./node/ .github/actions/install-clang
5353 with :
5454 clang-version : ${{ env.CLANG_VERSION }}
5555 - name : Set up Python ${{ env.PYTHON_VERSION }}
You can’t perform that action at this time.
0 commit comments