Skip to content

Commit

Permalink
added sudo which poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrithicusGreenson committed Apr 11, 2024
1 parent fbc0ae6 commit 49342bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/genisys-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: poetry

- name: Run Genisys Install
run: poetry run genisys install
run: sudo $(which poetry) run genisys install

- name: Run Genisys Server
run: poetry run genisys server -f ${{ env.CONFIG_FILE }}

0 comments on commit 49342bf

Please sign in to comment.