- workflows

This commit is contained in:
Wim Pomp
2024-10-16 15:41:54 +02:00
parent 54babd106f
commit 13df6f21f2

View File

@@ -13,11 +13,7 @@ jobs:
- name: Check path - name: Check path
if: runner.os != 'Windows' if: runner.os != 'Windows'
run: echo $PATH run: which cargo
- name: Set path
if: runner.os != 'Windows'
run: export PATH="$HOME/.cargo/bin:$PATH"
- name: Check path - name: Check path
if: runner.os != 'Windows' if: runner.os != 'Windows'