Skip to content

Commit 549b864

Browse files
committed
Remove sudo.
1 parent a8f9cfb commit 549b864

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
runs-on: ubuntu-latest
2323
container: openmc/openmc:v0.12.1
2424
steps:
25-
-
25+
-
2626
name: Apt dependencies
2727
shell: bash
28-
run: sudo apt install -y libgl1-mesa
28+
run: apt install -y libgl1-mesa
2929
-
3030
uses: actions/checkout@v2
3131
-

0 commit comments

Comments
 (0)