Skip to content

Commit 969617d

Browse files
committed
Install clang into correct job
1 parent e57ba55 commit 969617d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linux-x86_64.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
name: Check
1515
runs-on: ubuntu-latest
1616
steps:
17-
- name: Set up dependencies
18-
run: |
19-
sudo apt-get update
20-
sudo apt-get install clang
2117
- uses: actions/checkout@v2
2218
with:
2319
submodules: recursive
@@ -38,6 +34,10 @@ jobs:
3834
- uses: actions/checkout@v2
3935
with:
4036
submodules: recursive
37+
- name: Set up dependencies
38+
run: |
39+
sudo apt-get update
40+
sudo apt-get install clang
4141
- uses: actions-rs/toolchain@v1
4242
with:
4343
profile: minimal

0 commit comments

Comments
 (0)