Skip to content

Commit bb28ddc

Browse files
try to fix rust for msys2
Signed-off-by: Cédrik Fuoco <[email protected]>
1 parent 48e9ff4 commit bb28ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ jobs:
808808

809809
- name: Add Rust to PATH for msys2
810810
run: |
811-
echo "export PATH=\"$HOME/.cargo/bin:\$PATH\"" >> ~/.bash_profile
811+
echo "export PATH=\"/c/Users/runneradmin/.cargo/bin:\$PATH\"" >> ~/.bash_profile
812812
shell: msys2 {0}
813813

814814
- name: Verify Rust in msys2

0 commit comments

Comments
 (0)