File tree 3 files changed +3
-15
lines changed
third-party/watchman/src/.github/workflows
3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 18
18
- name : Fetch boost
19
19
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests boost
20
20
- name : Install Rust Stable
21
- uses : actions-rs/toolchain@v1
22
- with :
23
- toolchain : stable
24
- default : true
25
- profile : minimal
21
+ uses : dtolnay/rust-toolchain@stable
26
22
- name : Fetch ninja
27
23
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests ninja
28
24
- name : Fetch cmake
Original file line number Diff line number Diff line change 18
18
- name : Fetch boost
19
19
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests boost
20
20
- name : Install Rust Stable
21
- uses : actions-rs/toolchain@v1
22
- with :
23
- toolchain : stable
24
- default : true
25
- profile : minimal
21
+ uses : dtolnay/rust-toolchain@stable
26
22
- name : Fetch ninja
27
23
run : python3 build/fbcode_builder/getdeps.py fetch --no-tests ninja
28
24
- name : Fetch cmake
Original file line number Diff line number Diff line change 25
25
- name : Fetch boost
26
26
run : python build/fbcode_builder/getdeps.py fetch --no-tests boost
27
27
- name : Install Rust Stable
28
- uses : actions-rs/toolchain@v1
29
- with :
30
- toolchain : stable
31
- default : true
32
- profile : minimal
28
+ uses : dtolnay/rust-toolchain@stable
33
29
- name : Fetch ninja
34
30
run : python build/fbcode_builder/getdeps.py fetch --no-tests ninja
35
31
- name : Fetch cmake
You can’t perform that action at this time.
0 commit comments