Skip to content

Commit

Permalink
Fix permissions and remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco committed Feb 5, 2024
1 parent 1daf702 commit 1959cc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: CI

on: [push, pull_request]

permissions:
contents: read

jobs:
lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ setup_debian() {
locales \
lsb-release \
software-properties-common \
sudo \
--no-install-recommends

echo "Ensuring the $LANG locale is available..."
Expand Down Expand Up @@ -272,7 +271,6 @@ setup_debian() {
python3-venv \
rxvt-unicode \
scdaemon \
socat \
squashfuse \
ssh \
strace \
Expand Down

0 comments on commit 1959cc8

Please sign in to comment.