Skip to content

Commit 0057f66

Browse files
committed
fix github workflow
1 parent b30e472 commit 0057f66

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@master
20-
- name: Checkout submodules
21-
uses: srt32/[email protected]
19+
uses: actions/checkout@v4
2220
with:
23-
args: git submodule update --init --recursive
24-
- name: Set up Clang
25-
uses: egor-tensin/setup-clang@v1
26-
with:
27-
version: latest
28-
platform: x64
21+
submodules: recursive
22+
2923
- name: Build
3024
run: cargo build --verbose
3125
- name: Run tests

0 commit comments

Comments
 (0)