Skip to content

Commit

Permalink
setup rust path
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 28, 2024
1 parent 3476f45 commit 2519c98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "PATH=/c/Users/runneradmin/.cargo/bin;$PATH" >> $GITHUB_ENV
- name: 🐕 Checkout vcpkg
uses: actions/checkout@v4
Expand Down

0 comments on commit 2519c98

Please sign in to comment.