We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1073044 commit 7f75d62Copy full SHA for 7f75d62
2 files changed
.github/workflows/build-tarball.yml
@@ -80,6 +80,10 @@ jobs:
80
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
81
with:
82
persist-credentials: false
83
+ - name: Install Clang ${{ env.CLANG_VERSION }}
84
+ uses: ./.github/actions/install-clang
85
+ with:
86
+ clang-version: ${{ env.CLANG_VERSION }}
87
- name: Set up Python ${{ env.PYTHON_VERSION }}
88
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
89
.github/workflows/test-linux.yml
@@ -49,7 +49,7 @@ jobs:
49
50
path: node
51
- name: Install Clang ${{ env.CLANG_VERSION }}
52
- uses: ./.github/actions/install-clang
+ uses: ./node/.github/actions/install-clang
53
54
clang-version: ${{ env.CLANG_VERSION }}
55
0 commit comments