add cargo path to GITHUB_PATH

This commit is contained in:
Anton-4 2021-01-26 15:47:14 +01:00
parent 5ad7a55887
commit 07bf80f1f0

View File

@ -9,6 +9,9 @@ jobs:
container: vulpix/ubuntu-20-04-benchmarks
timeout-minutes: 60
steps:
- name: add cargo to PATH
run: echo "/root/.cargo/bin" >> $GITHUB_PATH
- name: print PATH
run: echo $PATH