Skip to content

Commit

Permalink
Added sudo to workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Ferrell committed Sep 7, 2023
1 parent 4306d01 commit ec1c1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: "3.10"

- name: install-deps
run: apt install gcc
run: sudo apt install gcc

- name:
run: |
Expand Down

0 comments on commit ec1c1d1

Please sign in to comment.