From 37949a99ef3baba9dc71942acbb8beaf01799e79 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Thu, 19 Sep 2024 15:12:38 -0700 Subject: [PATCH] include rust and caching in schemas step --- .github/workflows/language-tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/language-tests.yml b/.github/workflows/language-tests.yml index e4130b608d..d7fc2511c5 100644 --- a/.github/workflows/language-tests.yml +++ b/.github/workflows/language-tests.yml @@ -29,6 +29,14 @@ jobs: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - name: Install rust + uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a # stable + with: + toolchain: stable + + - name: Cache cargo registry + uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 + - name: Install node uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: