From 91ee83c2d02e5b449222aacbfbd1e74e4d00b509 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Mon, 28 Oct 2024 21:57:28 +0100 Subject: [PATCH] setup rust path --- .github/workflows/windows.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1d99b07..c9dedf3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -33,6 +33,14 @@ jobs: uses: ilammy/msvc-dev-cmd@v1 - uses: actions-rust-lang/setup-rust-toolchain@v1 + with: + cache: false + + - name: Setup rust path + shell: bash + run: | + echo "/c/Users/runneradmin/.cargo/bin" >> $GITHUB_PATH + - name: 🐕 Checkout vcpkg uses: actions/checkout@v4