Skip to content

Commit 1e5dcb0

Browse files
committed
feat: Added Rust to the GCC Windows GitHub action
1 parent 08b8f07 commit 1e5dcb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests-gcc-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858

5959
- name: Running the tests for the project
6060
run: |
61+
export PATH=$PATH:C:\Users\runneradmin\.cargo\bin
62+
exec bash
6163
cd zork++
6264
RUST_LOG=trace cargo test 2>&1 gcc_windows --color=always --no-fail-fast -- --nocapture --show-output --test-threads=1
6365

0 commit comments

Comments
 (0)