Skip to content

Commit

Permalink
Apt locked, sudo?
Browse files Browse the repository at this point in the history
  • Loading branch information
0x11DFE authored Aug 6, 2024
1 parent 88af013 commit 53655f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install APT packages
run: |
apt install -y dos2unix
sudo apt install -y dos2unix
- name: Activate venv
run: |
Expand Down

1 comment on commit 53655f7

@0x11DFE
Copy link
Member Author

@0x11DFE 0x11DFE commented on 53655f7 Aug 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, 😉👍

Please sign in to comment.