Skip to content

Commit 7f75d62

Browse files
committed
fix workflows
1 parent 1073044 commit 7f75d62

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build-tarball.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ jobs:
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:

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)