Skip to content

Commit 3b2b6c0

Browse files
committed
GitHub Actions: Check if clang install is necessary in linux-x86_64.yml
1 parent de29f87 commit 3b2b6c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/linux-x86_64.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ jobs:
9595
name: Generate low-level API
9696
runs-on: ubuntu-20.04
9797
steps:
98-
- name: Set up dependencies
99-
run: |
100-
sudo apt-get update
101-
sudo apt-get install clang
10298

10399
- name: Checkout
104100
uses: actions/checkout@v4

0 commit comments

Comments
 (0)