Skip to content

Commit

Permalink
source cargo in 'run' section.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Y C Chan committed Mar 7, 2024
1 parent 1cfa5ba commit 9340409
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
python3 -m venv /opt/hackman
. /opt/hackman/bin/activate
source "$HOME/.cargo/env"
# workaround for poetry installation stalling. what's happening here: use pip to install the packages specified in poetry.
# source: https://github.com/python-poetry/poetry/issues/7148#issuecomment-1398322105
# 2 things are happening here that makes poetry stall.
Expand Down

0 comments on commit 9340409

Please sign in to comment.