From a5e9968abf8e61a3fca397d5199c27a812a2a737 Mon Sep 17 00:00:00 2001 From: Maxime Buyse Date: Tue, 25 Feb 2025 18:00:12 +0100 Subject: [PATCH] Install rust in this action to get latest version instead of what is installed by github. --- .github/workflows/licenses.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/licenses.yml b/.github/workflows/licenses.yml index e488007eb..bc2ddc690 100644 --- a/.github/workflows/licenses.yml +++ b/.github/workflows/licenses.yml @@ -18,6 +18,7 @@ jobs: uses: ocaml/setup-ocaml@v3 with: ocaml-compiler: 5 + - uses: actions-rust-lang/setup-rust-toolchain@v1 - name: Install cargo-deny run: cargo install cargo-deny - name: Install cargo-deny