Skip to content

Commit

Permalink
remove sudo from ap-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtaylor1982 committed Dec 28, 2024
1 parent ff7f382 commit 4a9d35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_adf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: ls -R

- name: install rename
run: sudo apt-get install -y rename
run: apt-get install -y rename

- name: make_adf
run: |
Expand Down

0 comments on commit 4a9d35a

Please sign in to comment.