Skip to content

Commit db5771c

Browse files
David Tolnayfacebook-github-bot
David Tolnay
authored andcommitted
Eliminate dependency on unmaintained node12-based action
Reviewed By: diliop Differential Revision: D47220090 fbshipit-source-id: 0b69dcce8115db028d194746fb1fc4fa2d283ad4
1 parent 7d39d37 commit db5771c

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

third-party/watchman/src/.github/workflows/getdeps_linux.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ jobs:
1818
- name: Fetch boost
1919
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests boost
2020
- 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
2622
- name: Fetch ninja
2723
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests ninja
2824
- name: Fetch cmake

third-party/watchman/src/.github/workflows/getdeps_mac.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ jobs:
1818
- name: Fetch boost
1919
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests boost
2020
- 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
2622
- name: Fetch ninja
2723
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests ninja
2824
- name: Fetch cmake

third-party/watchman/src/.github/workflows/getdeps_windows.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ jobs:
2525
- name: Fetch boost
2626
run: python build/fbcode_builder/getdeps.py fetch --no-tests boost
2727
- 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
3329
- name: Fetch ninja
3430
run: python build/fbcode_builder/getdeps.py fetch --no-tests ninja
3531
- name: Fetch cmake

0 commit comments

Comments
 (0)