Skip to content

Commit 9340409

Browse files
author
Gabriel Y C Chan
committed
source cargo in 'run' section.
1 parent 1cfa5ba commit 9340409

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deb.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
python3 -m venv /opt/hackman
7979
. /opt/hackman/bin/activate
8080
81+
source "$HOME/.cargo/env"
82+
8183
# workaround for poetry installation stalling. what's happening here: use pip to install the packages specified in poetry.
8284
# source: https://github.com/python-poetry/poetry/issues/7148#issuecomment-1398322105
8385
# 2 things are happening here that makes poetry stall.

0 commit comments

Comments
 (0)